You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Calendar Plugin

This plug-in puts a dynamically updated calendar into any page. The calendar stores its data in iCal format and allows incoming and outgoing calendar subscription. The plugin offers day, week and month views. You can have multiple calendars per page. And your items can link to other pages for elaborating details.

This plugin includes the following macros:
  • calendar - Creates an editable calendar
  • calendar-events - Lists the events of a calendar

The code :

{calendar:id=12|title=My Calendar}

What you will get :

  1. EDIT THE CALENDAR

    Customise the different types of events you'd like to manage in this calendar.

    #legIndex/#totalLegs
  2. RESTRICT THE CALENDAR

    Optionally, restrict who can view or add events to the team calendar.

    #legIndex/#totalLegs
  3. SHARE WITH YOUR TEAM

    Grab the calendar's URL and email it to your team, or paste it on a page to embed the calendar.

    #legIndex/#totalLegs
  4. ADD AN EVENT

    The calendar is ready to go! Click any day on the calendar to add an event or use the Add event button.

    #legIndex/#totalLegs
  5. SUBSCRIBE

    Subscribe to calendars using your favourite calendar client.

    #legIndex/#totalLegs

Parameters

Name

Required?

Default

Description

id

(tick)

 

The unique identifier that identifies this calendar. Must be unique per page. May only contain numbers and letters of the alphabet.

title

(error)

 

The human-friendly title for the default sub-calendar. Not necessarily unique.

defaultView

(error)

 

Allows the default view of the calendar to be specified. May be 'event', 'day', 'week' or 'month' (the default)

firstDay

(error)

 

Allows the specification of the first day of the week. May be any day of the week. Defaults to Monday.

The code :

{calendar-events:page=Calendar Plugin|calendarid=12}

What you will get :

calendar-events: Unable to locate the page using the parameter passed.

This is displaying the events for the calendar in the 'calendar' tab.

Parameters

BName

Required?

Default

Description

Page

(tick)

 

The name of the page containing the calendar. May be just the page name ('My Page') for local pages, or prefixed with the space key ('SPACE:My Page') for those elsewhere.

calendarid

(tick)

 

The ID of the calendar to display events for.

Error rendering macro 'deck'

java.lang.NullPointerException

Technical Support

Help Desk
If you have encountered a problem using Wikis or have a comment or question about Wikis, please contact the Computing Helpdesk via email or at 617-253-1101, Monday - Friday 8-6 EST

Search Wiki Help Pages

  • No labels