Drag and Drop from dhtmlxDataView to Scheduler

Is drag and drop supported between DataView and Scheduler? If so, is there any documentation on how to implement this?

All the docs I found were for the Tree to Scheduler and Scheduler to Scheduler.

Hi,
dhtmlxScheduler supports d’n’d from all dhtmlx components as they use a common interface for these operations.
Scheduler will trigger onExternalDragIn when the item is dropped into it. In handler you’ll need to create a new event item and insert it into the scheduler
docs.dhtmlx.com/scheduler/dhtmlx … components

Thank you for the response. I simply forgot to include the correct javascript file.

Cheers