FullCalendar

Getting started with FullCalendar

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


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow