Event scale

Hi !

I’m new in DHTMLX Scheduler. I made a lot of customization in my calendar, but there is something I didn’t found in documentation or in this forum.

I want to configure my scheduler to behave like this :

  • when I create an event, it must start at 09:00 or 09:30, I don’t want to create event starting at 09:05 for example
  • and when I move an existing event, I want to have the same behaviour (only move to 10:00 not 10:05)

Is it possible ?

Thanks in advance and sorry for my poor english speak…

scheduler.config.time_step = 30;

Check
docs.dhtmlx.com/scheduler/api__s … onfig.html

Thank you and sorry for this stupid question. I read the API doc many times and I missed this config option…