Version 7 was just released! The docs will be moved here soon. Visit the external v7 docs site
edit doc

eventsSet

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

function( events )

events is an array of Event Objects. It contains every event in memory, the same result Calendar::getEvents would return.

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