These docs are for an old release.
Info on upgrading to v6
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 |