Basic view

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop event calendar like the one below. It uses AJAX to fetch events on-the-fly and is easily configured to use your own feed format. It is visually customizable with a rich API. Example below demonstrates a default view of the calendar with a basic setup: draggable and editable events, and starting date.

November 2014

Agenda view

FullCalendar has a number of different "views", or ways of displaying days and events. The following 5 views are all built in to FullCalendar: month, basicWeek, basicDay, agendaWeek, agendaDay. You can define header buttons to allow the user to switch between them. Also you can set the initial view of the calendar with the defaultView option. The following example demonstrates agenda views.

Nov 9 – 15, 2014

Sun 11/9Mon 11/10Tue 11/11Wed 11/12Thu 11/13Fri 11/14Sat 11/15

12am
1am
2am
3am
4am
5am
6am
7am
8am
9am
10am
11am
12pm
1pm
2pm
3pm
4pm
5pm
6pm
7pm
8pm
9pm
10pm
11pm

List view

A list view is a type of available views that displays events in a flat list. Only days with events are displayed. A list view displays events during a specific interval of time. There are 4 preset list views: listDay, listWeek, listMonth, and listYear. The following example demonstrates listWeek, listDay and listMonth views.