XWiki Platform - Calendar - Parent POM

Last modified by Thomas Mortagne on 2025/06/04 11:26

cogXWiki Platform - Calendar - Parent POM
Type
Category
Developed byUnknown
Active Installs0
Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Description

How to use

Just go to http://<server>/xwiki/bin/view/Main/EventCalendar and start entering new events!

Prerequisites

This application requires the Calendar Plugin.

Screenshots

EventCalendar.png

Notes

Warning

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

Release Notes

v3.1.1

Get Connected