new Update() method
Add update() method to update calendar's data.
update takes 3 arguments :
- data
- afterLoad
- updateMethod
update() can update the calendar in 3 different ways :
- reload the entire calendar with a new set of data
- replace a set of dates by their new values
- increment a set of dates by their new values
Check the documentation for usage.