allDaySlot
Determines if the "all-day" slot is displayed at the top of the calendar.

When hidden with false, all-day events will not be displayed in agenda views.

allDayText
The text titling the "all-day" slot at the top of the calendar.


axisFormat
Determines the time-text that will be displayed on the vertical axis of the agenda views.

The value is a format-string that will be processed by formatDate.

The default value will produce times that look like "5pm" and "5:30pm".

slotMinutes
The frequency for displaying time slots, in minutes.

The default will make a slot every half hour.

defaultEventMinutes
Determines the length (in minutes) an event appears to be when it has an unspecified end date.

By default, if an Event Object as no end, it will appear to be 2 hours.

This option only affects events that appear in the agenda slots, meaning they have allDay set to true.

firstHour
Determines the first hour that will be visible in the scroll pane.

Values must be from 0-23, where 0=midnight, 1=1am, etc.

The user will be able to scroll upwards to see events before this time. If you want to prevent users from doing this, use the minTime option instead.

minTime
Determines the first hour/time that will be displayed, even when the scrollbars have been scrolled all the way up.

This can be a number like 5 (which means 5am), a string like '5:30' (which means 5:30am) or a string like '5:30am'

maxTime
Determines the last hour/time (exclusively) that will be displayed, even when the scrollbars have been scrolled all the way down.

This can be a number like 22 (which means 10pm), a string like '22:30' (which means 10:30pm) or a string like '10:30pm'.