FullCalendar Getting started with FullCalendar

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Remarks

FullCalendar is an open source event calendar that makes use of jQuery and moment.js to allow for a high degree of customization for building a calendar to suit many needs.

Downloading FullCalendar

FullCalendar can be downloaded from it's website: https://fullcalendar.io/download/

from NPM:

$ npm install fullcalendar

from Bower:

$ bower install fullcalendar

or CDNJS:

//cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.0.1/fullcalendar.min.js //cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.0.1/fullcalendar.min.css //cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.0.1/fullcalendar.print.css



Got any FullCalendar Question?