Skip to content

new Update() method

Choose a tag to compare

@wa0x6e wa0x6e released this 08 Aug 05:36
· 1118 commits to master since this release

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.