Setting Blackout Dates

Can’t find how to do something like setInsensitiveDays, but in the dhtmlxScheduler. I’d like to set black or grey diagonal lines across a day in the scheduler if the day is blacked out. When the user clicks on one of those days a popup will tell them that the day is blacked out. My json of days to blackout are coming from the server.

Did a lot of searching and checked the samples, but came up with nothing so far.

Hello,
you can create a marked timespans for such days, defining background image or html content
docs.dhtmlx.com/scheduler/sample … _view.html
docs.dhtmlx.com/scheduler/sample … spans.html

related doc:
docs.dhtmlx.com/scheduler/api__s … espan.html

As for click handler, you can use onEmptyClick of the scheduler, check pointed date and show message when it’s necessary
docs.dhtmlx.com/scheduler/api__s … event.html