Version 7 was just released!
The docs will be moved here soon.
Visit the external v7 docs site
Methods
Methods provide ways to manipulate the calendar from JavaScript code. A method operates on a Calendar object that has already been initialized:
calendar.next();
This will call the next method and will force to the calendar to move to the next month/week/day.