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
Hooks