These docs are for an old release. Info on upgrading to version 2/3
edit doc

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');
});