Documentation v8.2.5

Downloads Preview

Overview

Fullcalendar is one of the most popular Javascript Calendar. It's powerful and lightweight and suitable for just about anything. For more info see the official siteand the Github repository.

Usage

Fullcalendar's style and script bundles are separate from our global bundle and required to be included and initialized manually on related pages.
<link href="assets/plugins/custom/fullcalendar/fullcalendar.bundle.css" rel="stylesheet" type="text/css" />
<script src="assets/plugins/custom/fullcalendar/fullcalendar.bundle.js"></script>

Initialization

  • Fullcalendar's CSS and Javascript is required to be added into the page via the usage codesnippet above, along with our other global bundles.
  • Add a blank divelement with a unique idto initialize with JS.