Version 7 was just released!
The docs will be moved here soon.
Visit the external v7 docs site
resourceRemove
Called after a resource has been removed from the calendar.
function( removeInfo )
This fires after Resource::remove is called.
The removeInfo argument has the following properties:
| resource | the Resource Object that was removed |
|---|---|
| revert | a function that can be called to reverse this action |