Back to Fullcalendar

resourcesSet

_docs-v6/resource-data/resourcesSet.md

latest362 B
Original Source

Called after resource data is initialized OR changed in any way.

<div class='spec'> function( resources ) </div>

resources is an array of Resource Objects. It contains the same result Calendar::getResources would return.

This callback will be useful for syncing an external data source with all calendar resource data.