
FullCalendar - JavaScript Event Calendar
Jun 1, 2019 · 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, 2019 · Date & Time Display Date Navigation Date Nav Links Week Numbers Date Clicking & Selecting Now Indicator Business Hours
Introduction - Docs | FullCalendar
Jun 1, 2019 · How to get FullCalendar’s code, initialize a calendar, and other basic principles.
Getting Started - Docs | FullCalendar
Jun 1, 2019 · 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: …
Getting Started - Docs v4 | FullCalendar
Jun 1, 2019 · You’ll be manually initializing FullCalendar with script tags and globals, so make sure you’ve included all the necessary files for whatever plugins you choose.
Demos - FullCalendar
Jun 1, 2020 · 10% of profits donated to effective charities Does your company use FullCalendar? Tell us »
Loading the Code - Docs v3 | FullCalendar
Jun 1, 2019 · You must first get FullCalendar’s code loaded onto the page before initializing a calendar. You can write your own script tags or you can use a build system like Webpack.
Initialize with Script Tags - Docs | FullCalendar
Jun 1, 2019 · 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: …
Basic Usage - Docs v1 | FullCalendar
Jun 1, 2019 · 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 …
React Component - Docs | FullCalendar
Jun 1, 2019 · FullCalendar seamlessly integrates with the React JavaScript framework. It provides a component that exactly matches the functionality of FullCalendar’s standard API.