Loading...
 

Plugin Events

Introduced in Tiki2

Use this wiki plugin to display upcoming events from the tiki site's calendars in a formatted table.

Parameters

Tiki Doc From Code error: events not found

Example with datetime, max and maxdays parameters set

Below is an example using the 2 calendars at http://dev.tiki.org/tiki-calendar.php. There are two calendars (ID's 1 and 2) and the code below accesses both of them.

This code:

Copy to clipboard
{EVENTS(calendarid="1|2" datetime="1" max="8" maxdays="15")}{EVENTS}


Produced the following on May 3, 2009:

 Note
Although the max is set at eight, only four events are displayed. This is because there were only four events within 15 days (the maxdays setting) of the date the screenshot was made.


PluginEvents1.jpg
List Slides
Show PHP error messages