Scheduler highlighting different dates

I am trying to highlight different days in different colors for different reasons…

When I look at your sample code here docs.dhtmlx.com/scheduler/snippet/8c6af50e
I see it only seems to work in week and day view, not in month view.
Mine works in day view and week view but I need it in the month view
Am I doing something wrong or is that by design?
Is there some way to make it work in month view too?

Hello,
yes, marked timespans are disabled in Month and Year views.
You can enable them with following css

.dhx_scheduler_month .dhx_marked_timespan { display: block !important; }It should work ok if you have full-day timespans. However the month view has no good way for showing a part-day timespans (e.g. blocked time 14:00-15:00). Such timespans can be either hidden or expanded to 100% cell via css, but there is no generic way

Here is the demo
docs.dhtmlx.com/scheduler/sample … _view.html