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

Docs Agenda View

Agenda view displays one-or-more horizontal days as well as an axis of time, usually midnight to midnight, on the vertical axis. The two predefined agenda views are agendaDay and agendaWeek. They can be initialized like this:

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

Agenda views of other durations can be made with a custom view with type 'agenda'.

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