These docs are for an old release.
Info on upgrading to v5
eventLeave
Triggered when on a calendar when one if its events is about to be dropped onto 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 that is about to leave. |
| view |
The current View Object. |
This callback will be fired before the receiving calendar’s drop and eventReceive callbacks are fired.