These docs are for an old release.
Info on upgrading to v6
Docs Plugin Index
FullCalendar offers the following packages:
Name | Functionality / Views | Yarn | jsDelivr |
---|---|---|---|
@fullcalendar/core |
Offers the Calendar class among other things
|
Yarn | jsDelivr |
@fullcalendar/interaction |
Required to detect dateClick actions,
selectable actions, and
event drag-n-drop & resizing. Not needed for eventClick or eventMouseEnter/eventMouseLeave. |
Yarn | jsDelivr |
@fullcalendar/daygrid |
Offers Month and DayGrid views:dayGridMonth ,
dayGridWeek ,
dayGridDay ,
dayGrid (generic)
|
Yarn | jsDelivr |
@fullcalendar/timegrid |
Offers TimeGrid views:timeGridWeek ,
timeGridDay ,
timeGrid (generic)
|
Yarn | jsDelivr |
@fullcalendar/list |
Offers Lists views:listYear ,
listMonth ,
listWeek ,
listDay ,
list (generic)
|
Yarn | jsDelivr |
@fullcalendar/scrollgrid | Provides advanced scrolling features such as horizontal scrolling to certain views | Yarn | jsDelivr |
@fullcalendar/timeline Premium |
Offers Timeline views with no resource support:timelineYear ,
timelineMonth ,
timelineWeek ,
timelineDay ,
timeline (generic)
|
Yarn | jsDelivr |
@fullcalendar/adaptive Premium | Offers improved printing support. | Yarn | jsDelivr |
@fullcalendar/resource-common Premium | Offers base support for resources. Required for all resource-related plugins. | Yarn | jsDelivr |
@fullcalendar/resource-daygrid Premium |
Offers resource-enabled DayGrid views:
resourceDayGridMonth ,
resourceDayGridWeek ,
resourceDayGridDay ,
resourceDayGrid (generic)
|
Yarn | jsDelivr |
@fullcalendar/resource-timegrid Premium |
Offers resource-enabled TimeGrid views:
resourceTimeGridWeek ,
resourceTimeGridDay ,
resourceTimeGrid (generic)
|
Yarn | jsDelivr |
@fullcalendar/resource-timeline Premium |
Offers resource-enabled Timeline views:
resourceTimelineYear ,
resourceTimelineMonth ,
resourceTimelineWeek ,
resourceTimelineDay ,
resourceTimeline (generic)
|
Yarn | jsDelivr |
@fullcalendar/bootstrap5 | Offers Bootstrap 5 theming | Yarn | jsDelivr |
@fullcalendar/bootstrap | Offers Bootstrap 4 theming | Yarn | jsDelivr |
@fullcalendar/google-calendar | For loading events from a public Google Calendar feed | Yarn | jsDelivr |
@fullcalendar/icalendar | For loading events from an iCalendar feed | Yarn | jsDelivr |
@fullcalendar/rrule | For leveraging the RRule library for event recurrence | Yarn | jsDelivr |
@fullcalendar/luxon2 | Offers a named-timezone implementation, a formatting string implementation, and utilities for converting to Luxon DateTimes. More info | Yarn | jsDelivr |
@fullcalendar/luxon | Supports Luxon v1. More info | Yarn | jsDelivr |
@fullcalendar/moment | Offers a formatting string implementation and utilities fo convert to Moment objects. More info | Yarn | jsDelivr |
@fullcalendar/moment-timezone | Offers a named timezone implementation. More info | Yarn | jsDelivr |
@fullcalendar/react | Offers a React component. More info | Yarn | jsDelivr |
@fullcalendar/vue3 | Offers a Vue 3 component. More info | Yarn | jsDelivr |
@fullcalendar/vue | Offers a Vue 2 component. More info | Yarn | jsDelivr |
@fullcalendar/angular | Offers an Angular component. More info | Yarn | jsDelivr |