These docs are for an old release. Info on upgrading to v4
edit doc

Docs Month View

Month view displays the current month’s days, and usually a few days of the previous and next months, in a table-like format. It can be initialized like so:

$('#calendar').fullCalendar({
  defaultView: 'month'
});

The following options are specific to month view. However, there are numerous other options throughout the docs that affect the display of month view, such as the date/time display options and locale-related options.