Plugin AddToGoogleCal
Introduced in Tiki6This Wiki Plugin displays a button that will add a Tiki calendar item to a Google calendar.
Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:{ADDTOGOOGLECAL(calitemid= , infostyle= )}{ADDTOGOOGLECAL}Required parameters are in bold
Preferences required: wikiplugin_addtogooglecal
| Parameters | Accepted Values | Description | Default | Since |
| calitemid | A calendar item ID number | The item ID of the calendar to add to Google calendar. | 6.0 | |
| iconstyle | Either 1, 2 or 3 | Choose the icon style | 1 | 6.0 |
Examples
Default Icon
This code,{ADDTOGOOGLECAL(calitemid=1)}{ADDTOGOOGLECAL}Would produce on this site:
Icon 2
This code,{ADDTOGOOGLECAL(calitemid=1, iconstyle=2)}{ADDTOGOOGLECAL}Would produce on this site:
Icon 3
This code,{ADDTOGOOGLECAL(calitemid=1, iconstyle=3)}{ADDTOGOOGLECAL}Would produce on this site:
