Table of contents
Brushtail Content Management Guide
Web calendar
The web calendar is a public calendar for displaying intranet events on the Internet.
- The location of the web calendar is /intranet/web/webcal.php
- The $WEB_CALENDAR_DIRECTORY_URL parameter in config.php must be configured.
- Events will display in the web calendar if the event type has the Web calendar" parameter set to "Display on web calendar". This is configured via Intranet administration > Calendars.
RSS
The web calendar is available as an RSS feed. By default it will list events for the next 30 days. The content of the feed can be modified by changing url parameters.
The url parameters can be tested the upcoming events page on the web calendar, parameter behaviour is identical.
- /intranet/web/calfeed.php?daysahead=10
This would limit the events feed to the upcoming 10 days
- /intranet/web/calfeed.php?type=3:5:6
This would limit the events feed to event types with and ID of 3,5 or 6. Multiple IDs are separated with a colon :. The event type ID can be found via Intranet administration > Calendars.
- /intranet/web/calfeed.php?location=99
This would limit the events with a location of "99". Note that the location number can be found via Intranet administration > Calendars > Locations
- /intranet/web/calfeed.php?keywords=book+club
This would limit the events with a keyword search of "book club". Note that the keyword string is urlencoded.
Table of contents