Time period question

Hello, is there a way to make the time dropdown start at 7:00 am and make it every 30 minutes instead of every 5 minutes?

Thanks

Hi,
time dropdown in the lightbox takes some parameters from scheduler configuration:

scheduler.config.limit_time_select = true; scheduler.config.first_hour = 7; scheduler.config.last_hour = 18; scheduler.config.time_step = 30;
docs.dhtmlx.com/scheduler/api__s … onfig.html
docs.dhtmlx.com/scheduler/api__s … onfig.html

Please try those settings.