fires when a dragged event is moved into the scheduler
id | string | the event's id |
e | Event | a native event object |
scheduler.attachEvent("onEventDragIn", function (id, e){
//any custom logic here
});
The event fires only in case of drag-n-drop between schedulers.