Getting started with FullCalendar

Other topics

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

Contributors

Topic Id: 7286

Example Ids: 24247

This site is not affiliated with any of the contributors.