DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:ical

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:ical [2011-06-05 16:57] – [Wishes] 84.146.156.127plugin:ical [2023-12-25 11:22] (current) Aleksandr
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Lets you create iCal events on the fly in your wiki. +description: Lets you create iCal events on the fly in your wiki 
-author     : Esther Brunner and friends +author     : Esther Brunner 
-email      : +email      : esther@kaffeehaus.ch
 type       : syntax type       : syntax
 lastupdate : 2011-06-05 lastupdate : 2011-06-05
Line 10: Line 10:
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : icalendar, icalevents 
-tags       : calendar,+tags       : calendar
  
-downloadurl: http://www.semperstudiosus.de/public/dokuwiki/ical.zip+downloadurl: 
 +bugtracker : 
 +sourcerepo :
 ---- ----
- 
  
 ===== Description ===== ===== Description =====
  
-This [[plugins|plugin]] lets you create iCal events on the fly in your wiki, which other users can download and add to their calendars.+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 [[flaimo@gmx.net|Michael Wimmer]]. The iCal plugin uses the iCal PHP class by [[flaimo@gmx.net|Michael Wimmer]].
Line 25: Line 26:
 The output produced by this plugin looks like this: The output produced by this plugin looks like this:
  
-{{http://qwik.kaffeehaus.ch/_media/dokuwiki/ical.png}}+%%{{http://qwik.kaffeehaus.ch/_media/dokuwiki/ical.png}}%% FIXME
  
 ===== Usage ===== ===== Usage =====
Line 44: Line 45:
  
 ===== Installation ===== ===== Installation =====
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
-  - Download (with downloadmanager) + * [[http://​www.semperstudiosus.de/​public/​dokuwiki/ical.zip]] FIXME
-  - Unzip the archive and put the files into ''/path/to/lib/plugins/ical/''. +
  
 ===== History ===== ===== History =====
 +
   * 2011-06-05 fixes and enhancements   * 2011-06-05 fixes and enhancements
   * 2006-10-10 [[http://idmi.poly.edu/pdlab/ical-with-fixes-2006-10-10.zip|optimized version ]]   * 2006-10-10 [[http://idmi.poly.edu/pdlab/ical-with-fixes-2006-10-10.zip|optimized version ]]
Line 55: Line 56:
 ===== Wishes ===== ===== Wishes =====
  
 +  * **download-file-name**
   * **end-date**   * **end-date**
   * **utf-8** to use different charsets   * **utf-8** to use different charsets
 +  * more **lightweight renderer**
   * **Aggregation** of events summarized on a page   * **Aggregation** of events summarized on a page
 +  * **reminder** option
  
 ===== Discussion ===== ===== Discussion =====
Line 64: Line 68:
  
 === Icon no-repeat (2006-10-10) ==== === Icon no-repeat (2006-10-10) ====
 +
 syntax.php syntax.php
 replace replace
Line 73: Line 78:
             $link['style' = 'background-image: url('.DOKU_BASE.'lib/plugins/ical/ics.png); background-repeat:no-repeat;';             $link['style' = 'background-image: url('.DOKU_BASE.'lib/plugins/ical/ics.png); background-repeat:no-repeat;';
 </code>  </code> 
 +
 +==== ToDo : Reminder Option ====
 +
 +FIXME \\
 +In order to add the reminder option, it seems that in ics file, there is only this option : TRIGGER:-PT360M
 +
 +**TRIGGER:-PTXXXM** where XXX is a number in minute to indicate time to remind before meeting. (Ex : 360 == 6H) \\
 +FIXME
 +
 +
 +FIXME : Download link broken
plugin/ical.1307285860.txt.gz · Last modified: 2011-06-05 16:57 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