Calendar - FullCalendar

FullCalendar is a JavaScript event calendar. It's fully customizable and open source.

Page Demo Plugin Website

In order to use FullCalendar in your web page, you'll have to include it's CSS and Javascript asset files. FullCalendar requires MomentJs for it's date/time functionality. Make sure to include MomentJs before FullCalendar JS library.

<div id="calendar"></div>
$('#calendar').fullCalendar({
    // put your options and callbacks here
})

Requirements:

  • /scss/inc/vendor-overrides/_fullcalendar.scss
  • /vendors/fullcalendar/fullcalendar.min.css
  • /vendors/moment/moment.min.js
  • /vendors/fullcalendar/fullcalendar.min.js