
FullCalendar - JavaScript Event Calendar
Jun 1, 2020 · With over 300 settings, and more being added every release, FullCalendar can do just about anything. Reduce your project's bundle size by using FullCalendar's modular …
Documentation | FullCalendar
Jun 1, 2020 · Date & Time Display Date Navigation Date Nav Links Week Numbers Date Clicking & Selecting Now Indicator Business Hours
Introduction - Docs | FullCalendar
Jun 1, 2020 · How to get FullCalendar’s code, initialize a calendar, and other basic principles.
Getting Started - Docs | FullCalendar
Jun 1, 2020 · The simplest way to get started is with FullCalendar’s pre-built bundles and <script> tags: Initializing with script tags For larger projects, it’s best to use some type of build system: …
Basic Usage - Docs v1 | FullCalendar
Jun 1, 2020 · The first step in embedding a calendar on a web page is to have the right JavaScript and CSS files. Make sure you are including the FullCalendar stylesheet, as well as the …
Demos - FullCalendar
Jun 1, 2020 · 10% of profits donated to effective charities Does your company use FullCalendar? Tell us »
Custom Views via JS - Docs | FullCalendar
Jun 1, 2020 · For advanced developers, FullCalendar provides an API for building custom views with the unlimited flexibility of JavaScript code.
Loading the Code - Docs v3 | FullCalendar
Jun 1, 2020 · Your import for fullcalendar does not need to be named. It will attached to jQuery as a plugin. In the next section, you will learn how to use jQuery to initialize a calendar. You must …
Initialize with Script Tags - Docs | FullCalendar
Jun 1, 2020 · Leverage one of FullCalendar’s prebuilt bundles or include individual plugins Standard Bundle First, obtain the standard fullcalendar bundle in one of the following ways: …
Event Object - Docs | FullCalendar
Jun 1, 2020 · A JavaScript object that FullCalendar uses to store information about a calendar event. It is exposed in various places of the API such as getEventById and provides methods …