These docs are for an old release.
Info on upgrading to v5
eventReceive
Called when an external draggable element with associated event data was dropped onto the calendar. Or an event from another calendar.
function( info ) { }
info
is a plain object with the following properties:
draggedEl |
The HTML element that was being dragged. |
---|---|
event |
An Event object containing the newly created/received event. |
view |
The current View Object. |
Resources
When an event has been dropped on a resource, the event
’s resources will reflect.