Side Menu Options

Explore this complete list of side menu configuration options to easily manage how your calendars appear and behave.

Example

calendarInstance.setOptions( {
    views: {
        sideMenu: {
            showDays: true
        }
    }
} );
Type:Name:Description:
booleanshowDaysStates if the "Days" section on the Side Menu is visible (defaults to true).
booleanshowGroupsStates if the "Groups" section on the Side Menu is visible (defaults to true).
booleanshowEventTypesStates if the "Event Types" section on the Side Menu is visible (defaults to true).
booleanshowWorkingDaysStates if the "Working Days" section on the Side Menu is visible (defaults to true).
booleanshowWeekendDaysStates if the "Weekend Days" section on the Side Menu is visible (defaults to true).
booleanshowSelectAllNoneButtonsStates if the Select All/None buttons are shown in the side menu panels. (defaults to true).