Prevent event move to the past

Hi,

 How could I prevent the movement of an event to the past?

 Thanks

Aleix

You can use limit extension
docs.dhtmlx.com/doku.php?id=dhtm … collisions

If you want a different behavior - you can use onBeforeEventChanged handler ( source of limit extension shows how it can be used )