Plugin Calendar
This Wiki Plugin displays the calendar feature, with the events of one or more calendars on it, and the list of events underneath for easy printing of the scheduled events. Available in Tiki 4 onwards.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for the ... plugin
{CALENDAR(calIds=>1,viewmode=>month, viewlist=>table, withviewevents=>y)}{CALENDAR}| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| calIds | numeric | 1 | Includes the events of that calendar in the plugin display. If not given, all calendars viewable by default are used. | n | 4.0 |
| viewmode | month | The display mode for the calendar. Choose from "day, week, month, quarter, semester, year". Default: month | n | 4.0 | |
| viewlist | table | The display mode for the calendar. Choose from "table, list". Default: table | n | 4.0 | |
| viewnavbar | n | The display mode for the navigation bar. Choose from "n, y". Default: n | n | 4.0 | |
| withviewevents | 0 | Decide to show (1) or not (0) the list of events at the bottom. Chose between 0 and 1. Default 0. a | n | 4.0 |
Example (to be written!)
This code,Example...
{CALENDAR(calIds="1", viewmode="month", viewlist="table", viewnavbar=>y, withviewevents="0")}{CALENDAR}Would produce:
