I’m following the demo here setting a cell as disabled: https://javascript.daypilot.org/demo/scheduler/cellsdisabled.html
It seems like it also disables all events from triggering. Is there a way to detect a click on a disabled cell?
Please take a look at the following tutorial, which uses onTimeRangeSelecting, onEventMoving and onEventResizing to disable custom time segments (that do not correspond to whole cells):
JavaScript Scheduler: Disabling Custom Date/Time Ranges
You can use the same approach to implement custom disabled cells functionality.