In the External Drag and Drop option -
https://ej2.syncfusion.com/angular/demos/?_ga=2.218857692.432195627.1566764925-348577555.1565768574#/material/schedule/external-drag-drop
I need to add any external event from the Waiting List to the scheduler, by dragging and dropping that event on any Doctor label, rather than inside the Time columns.
For example, take the external event "Steven General - Consulting". This event has StartTime and EndTime values. So I want to be able to just drag this event and drop on a Doctor, say "Robert optometrist", in the first column and the event should get added to the Scheduler with the default StartTime and EndTime values.
Currently, I am unable to do that. How can I achieve this? Please help.