Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Display events from calendars | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
Display events from calendars

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

Attached files

ID Name Comment Uploaded Size Downloads
14 PluginEvents1.jpg Screenshot for PluginEvents lindon 144.65 Kb 3134
Show PHP error messages