Possible to prevent overlapping events from being created?

Hi all

Is it possible to prevent overlapping events from being created?

I’ve found the “separate_short_events” config variable but this only prevents events from overlapping visually. What I need is to prevent them from being physically possible because, in my implementation, this will be invalid (scheduling availability of resources).

Is there a way to achieve this without having to get my hands too dirty with hacking?

Thanks
Tristan

Hi,
check this article and example
docs.dhtmlx.com/scheduler/collisions.html
docs.dhtmlx.com/scheduler/sample … ision.html