
FullCalendar - JavaScript Event Calendar
With over 10 years of open source and over 120 contributors, FullCalendar will always have a free and open source core.
Documentation | FullCalendar
Date & Time Display Date Navigation Date Nav Links Week Numbers Date Clicking & Selecting Now Indicator Business Hours
Getting Started - Docs | FullCalendar
How to initialize a calendar 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 …
Demos - FullCalendar
10% of profits donated to effective charities Does your company use FullCalendar? Tell us »
Basic Usage - Docs v1 | FullCalendar
If you plan on doing dragging or resizing, you need some additional jQuery UI files (more information here). Once you have your dependencies, you need to write the JavaScript code …
Introduction - Docs | FullCalendar
How to get FullCalendar’s code, initialize a calendar, and other basic principles.
Custom Views via JS - Docs | FullCalendar
For advanced developers, FullCalendar provides an API for building custom views with the unlimited flexibility of JavaScript code.
Pricing - FullCalendar
If a developer is either writing code that interacts with FullCalendar Premium's API in any way, writing CSS to style the calendar, or editing FullCalendar Premium's source code, they will …
Methods - Docs | FullCalendar
Methods Methods provide ways to manipulate the calendar from JavaScript code. A method operates on a Calendar object that has already been initialized:
Initialize with Script Tags - Docs | FullCalendar
Jun 1, 2020 · It’s possible to manually include the necessary <script> tags in the head of your HTML page and then initialize a calendar via browser globals. Leverage one of FullCalendar’s …