-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
18 lines (15 loc) · 869 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This module requires the 3rd party library for FullCalendar located at
http://arshaw.com/fullcalendar.
Download the most recent version of the plugin. 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, using `drush fullcalendar-plugin` will download the
correct version of the plugin and move the files accordingly.
To use the FullCalendar module:
1) Install Views, Date, Date API, and Date Views modules
2) Create a new entity that has a date field
3) Create a view and add filters for the entity
4) In the "Format" section, change the "Format" to "FullCalendar"
5) Optionally, enable the "Use AJAX" option under "Advanced"