DHTMLX/scheduler

different timings for different days

Closed this issue · 1 comments

Hi i need to modify this scheduler to show different timings for different days something like

cal

please help me

Hi,
there is no way to show different time scales for different days, but as a workaround,
you can set global first_hour/last_hour and block not available time for specific days using scheduler.addMarkedTimespan http://snippet.dhtmlx.com/bf2bcf158
https://docs.dhtmlx.com/scheduler/limits.html

These markers can be added and removed from code, e.g.

scheduler.deleteMarkedTimespan();// delete all previously added markers
scheduler.addMarkedTimespan(config);// add marker
scheduler.setCurrentView();// repaint calendar in order to display markers