Last updated May 24, 2012. Created by aspilicious on February 9, 2011.
Edited by emmajane, sirtet, jhodgdon, tim.plunkett. Log in to edit this page.
Installing FullCalendar
Requirements
Drupal 7
- Views
- Ctools (dependency of views)
- Date
- FullCalendar (external JS Library)
Drupal 6
- Views (For Views 3 use FullCalendar 6.x-2.x)
- Date (6.x-2.7 or later)
- jQuery Update 6.x-2.x (jQuery 1.3.x)
- jQuery UI (jQuery UI 1.7.x)
- FullCalendar (external JS Library)
cck is not strictly a requirement, but is generally used to create custom node types.
Installing the module
- Download a version of FullCalendar.
- Unzip the module.
- Move the module into the sites/all/modules/ directory.
Installing the plugin
- Download the most recent version of the plugin.
- Unzip the plugin.
- Move the plugin into the sites/all/libraries/ directory.
Note:
When unzipped, the plugin contains several directories. The fullcalendar/fullcalendar directory should be moved to sites/all/libraries/fullcalendar
(e.g., sites/all/libraries/fullcalendar/fullcalendar.min.js).
Do not include the demos or jquery directories.
If you are using drush, enable the fullcalendar module and then use the command: drush fullcalendar-plugin to download the correct version of the plugin and move the files accordingly.