Calendar Plugin
Last modified by Thomas Mortagne on 2024/07/05 18:09
Create events using XWiki objects |
Type | Plugin |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
The calendar plugin allows the creation of events using XWiki objects.
How to use
- Drop the calendar plugin jar in the xwiki/WEB-INF/lib/ directory
- Download the ical4j jar and put it in WEB-INF/lib/ as well
- Add "com.xpn.xwiki.plugin.calendar.CalendarPlugin" to the list of plugins in xwiki.cfg
- Install the Calendar Application
Prerequisites & Installation Instructions
Follow these steps:
- Add the JAR in your container classpath (WEB-INF/lib)
- Edit xwiki.cfg and add the following line to the list of plugins :xwiki.plugins=\
[...]
... ,\
<plugin package> - Restart your container
- Verify the plugin is properly installed by typing the following in a wiki page :{{velocity}}
$xwiki.<plugin name>.name
{{/velocity}}If the installation has been successful, you will see <plugin name>.
Release Notes
v1.1
- XACALENDAR-9 : Improvement for next and previous month from "<" and ">" to "< previous" and "next >"
- XACALENDAR-10 : Modify default start/end dates format to include time information (HH:mm)
- XACALENDAR-11 : Use document title when title is blank in the event object
- XACALENDAR-12 : Users see all events in the calendar, even those from documents they're not able to view
v1.0
See http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18M2