Reputation: 13
In Dhtmlx Scheduler, I want to change the background color of particular time slot, e.g 1PM to 2PM, provided that this is not an 'event'. Is there any way to do this?
Thank you in advance.
Upvotes: 0
Views: 2065
Reputation: 101
You can achieve this using the scheduler.markTimespan
method.
See the documentation here.
Upvotes: 3