Docs View API
FullCalendar provides settings, methods, and callbacks for interacting with and switching the current view.
initialView
The initial view when the calendar loads.
View Object
A View object contains information about a calendar view, such as title and date range. This information about the current view is passed into nearly every handler.
Calendar::view
Access the View Object for the current view.
Calendar::changeView
Immediately switches to a different view.
View Render Hooks
viewClass - a ClassName Input for the root view element. Called whenever the view changes.
Table Render Hooks
Customize the table-structured layout used across views.
Highlight Render Hooks
Customize the highlight element that appears when the user is selecting a date range.
Filler Render Hooks
Customize the space-filling element used to maintain layout alignment — in the all-day section to offset the scrollbar width of the timed section, and in Resource Timeline view when resource rows don't fill the full height.