Use steps while entering new events

Per default the scheduler works in 5 minute time steps. Meaning while moving an event it will move in rate of 5 minutes. Is this configurable?

I would like to give the users the option to set it to 5, 6, 10, 12, 15, 20, 30 minutes.

scheduler.config.time_step = 30; //or some other value
docs.dhtmlx.com/scheduler/api__s … onfig.html

Thanks this works!