FullCalendar Getting started with FullCalendar

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

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?