 | A calendar to which events can be added |
The calendar supports PDF export. It also features built-in support for microformats (eg, class="vevent" is added in the HTML code when a new event is created).
Just go to http://
/xwiki/bin/view/Main/EventCalendar and start entering new events!Prerequisites
This application requires the Calendar plugin.Screenshots

Notes
Note that since XWiki Platform 1.4, the calendar generates links to the previous/next months for a limited range, by default 6 months back and 12 months after.
This behavior was introduced so that crawlers won't get stuck following a neverending series of links to future months. To change the default range, enter in xwiki.cfg the following parameters:# Links will be generated for at most 12 months back
xwiki.calendar.bound.prev=12
# Links will be generated for any number of months ahead
xwiki.calendar.bound.next=0
- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
Release notes for version 1.1:
- XACALENDAR-5 : Make it work with multi syntaxes
- XACALENDAR-6 : Change group id from com.xpn to xwiki.org