These docs are for an old release.
Info on upgrading to v6
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:
event |
An Event object containing the newly created/received event. |
---|---|
relatedEvents | an array of other related Event Objects that have also been received. an event might have other recurring event instances or might be linked to other events with the same groupId |
revert | a function that can be called to reverse this action |
draggedEl |
The HTML element that was being dragged. |
view |
The current View Object. |
This callback is fired before the eventAdd callback is fired.
Resources
When an event has been dropped on a resource, the event
’s resources will reflect.