These docs are for an old release.
Info on upgrading to version 2/3
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'
});
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.
Agenda-specific Options
See Also
slotMinutes
The frequency for displaying time slots, in minutes.
axisFormat
Determines the time-text that will be displayed on the vertical axis of the agenda views.
minTime
Determines the first hour/time that will be displayed, even when the scrollbars have been scrolled all the way up.
maxTime
Determines the last hour/time (exclusively) that will be displayed, even when the scrollbars have been scrolled all the way down.
firstHour
Determines the first hour that will be visible in the scroll pane.