History: Module upcoming_events
Preview of version: 18
Module upcoming_events
It shows the next events that are upcoming, according to the Tiki Calendar (all or just some of the defined calendars, if speceified).
parameters
name | type | Optional? | description | version
|
calendarId | numeric | optional | show events only for a specific calendar | |
numeric list | optional | shows events only for specific calendars. Syntaxe used in admin->modules params ligne Example" calendarId[]=4&calendarId[]=5 will show up only the events of calendar 4 or calendar 5. To use it in MODULE, use calendarId=1:2 | tw >=3.0 | |
maxlen | numeric | optional | maximum number of displayed characters for each event | |
maxDays | numeric | optional | event coming in the next maxDays days (default 365) | |
nonums | alphanumeric (y/n) | optional | y = don't shown numbering of events n = show numbering of events | |
date_format | string | optional | date format (default site short_date_format site_short_time) ex:date_format=%m/%e/%y %H:%M %Z- See http://www.php.net/manual/en/function.strftime.php | |
cellpadding | number | optional | cell padding of the table in pixels | |
cellspacing | number | optional | cell spacing of the table in pixels | |
priorDays | numeric | optional | event in the past x days | tw>=3.0 |
showDescription | y or n | optional | Show description (default: n) | tw>=3.0 |
showColor | y or n | optional | Use calendar color if exists (default: n) | tw>=3.0 |
title | string | optional | Replace the default title (put title="" for no title) | tw>=3.0 |
showaction | y or n | optional | Show an icon and link at the bottom to allow users with enough permissions to add new items to the calendars (default: y) | tw>=6.0 |
Example:
See all Modules installed by default
See Modules installable as Plugins
See Calendar