These docs are for an old release.
Info on upgrading to v6
eventRemove
Called after an event has been removed from the calendar.
function( removeInfo )
This fires after Event::remove is called. It also happens when an event is being dragged to another calendar, in which case eventRemove
fires after eventLeave.
The removeInfo
argument has the following properties:
event | the Event Object that was removed |
---|---|
relatedEvents | an array of other related Event Objects that were also be removed. 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 |