These docs are for an old release.
Info on upgrading to v6
resourceAdd
Called after a resource has been added to the calendar.
function( addInfo )
This fires after Calendar::addResource is called.
The addInfo argument has the following properties:
| resource | a Resource Object for the added resource |
|---|---|
| revert | a function that can be called to reverse this action |