Version 7 was just released!
The docs will be moved here soon.
Visit the external v7 docs site
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 |