Extensions Wiki » Extensions » Calendar Plugin

Calendar Plugin

Last modified by Vincent Massol on 2013/03/11 09:38
cogCreate events using XWiki objects
TypePlugin
Developed by

tuska

LicenseGNU Lesser General Public License 2.1

Download v1.1

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.0

See http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18M2

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 
Tags: productivity
Created by Thomas Mortagne on 2009/02/04 11:30

Download XWiki