Scheduler date/time slot marked as green, red or grey

Hi,



Use case is following:

- by default date/time slots are not selectable (=grey)

- one user enable “free” date/time slots (=green)

- all others can book only free slots (=red)



How to set dhtmlScheduler to support this kind of functionality?


Hello,


it is possible to apply custom styling to events. Please, check the article dhtmlx.com/dhxdocs/doku.php? … om_styling

  • one user enable “free” date/time slots (=green)
    Scheduler allows to create the new events at any visible slot, there is no support for “allowed | denied” timeslots in current version.
    It possible to add some kind of check , which will verify that event is created in allowed time, but there is no way to visually mark allowed and not allowed time slots.