DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:ical

This is an old revision of the document!


iCal Plugin

Compatible with DokuWiki

2011-06-05

plugin Lets you create iCal events on the fly in your wiki.

Last updated on
2011-06-05
Provides
Syntax

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to icalendar, icalevents

Tagged with calendar

By Esther Brunner and friends

Description

This plugin lets you create iCal events on the fly in your wiki, which other users can download and add to their calendars.

The iCal plugin uses the iCal PHP class by Michael Wimmer.

The output produced by this plugin looks like this:

Usage

Example:

{{ical> 2005-08-18 14:00 -> 16:00 <organizer@host.com> http://www.host.com @ Location | Title : Description}}

E-mail, website and location are optional. Here are the parameters:

  1. Date: in yyyy-mm-dd format.
  2. Start time: in hh:mm[:ss] format; seconds are optional.
  3. End time: after an -> arrow in hh:mm[:ss] format; seconds are optional.
  4. E-Mail: of person who is responsible for this event.
  5. Website: only http addresses are recognized.
  6. Location: any text after an @ sign.
  7. Description: any text after a | sign.

Installation

  1. Download (with downloadmanager)
  2. Unzip the archive and put the files into /path/to/lib/plugins/ical/.

History

Wishes

  • end-date
  • Aggregation of events summarized on a page

Discussion

Compatibility

Icon no-repeat (2006-10-10)

syntax.php replace

            $link['style']  = 'background-image: url('.DOKU_BASE.'lib/plugins/ical/ics.png);';

with

            $link['style']  = 'background-image: url('.DOKU_BASE.'lib/plugins/ical/ics.png); background-repeat:no-repeat;';
plugin/ical.1307284930.txt.gz · Last modified: 2011-06-05 16:42 by 84.146.156.127

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki