Version 7 was just released!
The docs will be moved here soon.
Visit the external v7 docs site
Calendar::today
Moves the calendar to the current date.
calendar.today()
Example using today with an external button:
document.getElementById('my-today-button').addEventListener('click', function() {
calendar.today();
});