Closing day comment

I am attempting to add functionality to the header of week view, date in day view, or date in month view to allow the user to submit a closing day comment when they have completed their work day. Once this is saved, I would like to be able to view icon to allow the user to see the comment that was submitted by the end user. This would all be saved via a database. The code uses vue in a .net application.

Hi,

To add an icon near the date on the scale you need to use week_scale_date template for the Week view
https://docs.dhtmlx.com/scheduler/month_view_templates.html
day_scale_date for the Day view
https://docs.dhtmlx.com/scheduler/day_view_templates.html
and month_day for the Month view
https://docs.dhtmlx.com/scheduler/month_view_templates.html