davesierra:fullcalendar

FullCalendar v3.1 with Scheduler


License
MIT
Install
meteor add davesierra:fullcalendar@=3.1.1

Documentation

FullCalendar v3.1.0 with Scheduler v1.5, packaged for Meteor v1.4

Based on drblue/meteor-fullcalendar-scheduler fork, which is based on rzymek/meteor-fullcalendar/, which is a Meteor implementation of FullCalendar. Whew.

Installation

meteor add davesierra:fullcalendar

Why

Needed to use a Meteor implementation of Full Calendar, with Scheduler, and updated to the latest version (as of Dec 2016).

Based on an issue TypeError: Cannot read property 'ownerDocument' which was caused by a mismatch version of jQuery and FC.

Steps

Usage

See the usage guide on drblue's repo