These docs are for an old release.
Info on upgrading to v4
Docs Introduction
How to get FullCalendar’s code, initialize a calendar, and other basic principles.
Loading the Code
How to get FullCalendar and its dependencies loaded onto your page.
Initializing with Options
How to initialize your first calendar with options.
Handlers
How to attach handlers to your calendar, which execute when other things happen.
Methods
Methods provide ways to manipulate the calendar from JavaScript code.
More Advanced
View-Specific Options
You can specify options that apply only to specific calendar views.
Get/Set Options Dynamically
You can get/set calendar options after a calendar has already been initialized.
render
Immediately forces the calendar to render and/or readjusts its size.
destroy
Restores the container element to the state before FullCalendar was initialized.