These docs are for an old release.
Info on upgrading to v4
today
Moves the calendar to the current date.
.fullCalendar( ‘today’ )
Example using today
with an external button:
$('#my-today-button').click(function() {
$('#calendar').fullCalendar('today');
});