MeteorJS package.
Provide a FullCalendar ReactJS component. Also, available scheduler functionality.
- fullcalendar - https://fullcalendar.io/
- fullcalendar-scheduler - https://fullcalendar.io/scheduler/
Visit the examples repository
- fullcalendar - https://www.npmjs.com/package/fullcalendar
- fullcalendar-scheduler - https://www.npmjs.com/package/fullcalendar-scheduler
- react
- react-dom
- prop-types
In the version v1.0.0 full calendar options defaultDate
and defaultView
will not be reactive because this leads to redundant calendar re-rendering. Please, use getCalendarInstance
prop with fullcalendar methods gotoDate
and changeView
instead (see the example for more details).