Detect event dragged onto another event

Is it possible to detect when an event has been dragged onto another event in the timeline view?

I would like to be able to drag an event onto another event and have the event I dropped onto the other, to match the start and end times of the event it was dropped onto.

Basically we have many cases where events need to be set to the same exact time-frames and being able to drag an event onto another event would be very helpful.

Hi,
yes. You can detect when the event drag and drop had finished and then get all events that are located inside the same timeframe of the same section, i.e. events onto which event has been dropped
docs.dhtmlx.com/scheduler/snippet/44e6a505

docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … vents.html