You are here

README.txt in FullCalendar 7

This module requires the 3rd party library for FullCalendar located at
http://arshaw.com/fullcalendar. Download and unzip this library into the
sites/all/libraries/fullcalendar directory, or use the Libraries API module for
site specific libraries.

To use the fullcalendar module:
  1) Install Views, Date, Date API, and Date Timezone modules
  2) Create a new content type that has either a date or a datetime field
  3) Create a view for the content type
  4) Change the view style plugin to "FullCalendar"
  5) Change the view row style plugin to "Node - FullCalendar"

KNOWN ISSUES:
When displaying a repeating date field, each event might show up multiple times
on each repeat instance. To solve this problem, change the 'Distinct' setting
to yes in the Views display settings. This is not a bug in FullCalendar.

File

README.txt
View source
  1. This module requires the 3rd party library for FullCalendar located at
  2. http://arshaw.com/fullcalendar. Download and unzip this library into the
  3. sites/all/libraries/fullcalendar directory, or use the Libraries API module for
  4. site specific libraries.
  5. To use the fullcalendar module:
  6. 1) Install Views, Date, Date API, and Date Timezone modules
  7. 2) Create a new content type that has either a date or a datetime field
  8. 3) Create a view for the content type
  9. 4) Change the view style plugin to "FullCalendar"
  10. 5) Change the view row style plugin to "Node - FullCalendar"
  11. KNOWN ISSUES:
  12. When displaying a repeating date field, each event might show up multiple times
  13. on each repeat instance. To solve this problem, change the 'Distinct' setting
  14. to yes in the Views display settings. This is not a bug in FullCalendar.