|
Cookbook /
HandleICalSummary: Add-on for wikicalendars to export/import events to/from ical-files
Version: 2008-01-24
Prerequisites: PmWiki 2.2 beta
Status: Beta
Last-tested-with: 2.2.0 beta65 and PmCalendar
Maintainer:
Download: handleical.phpΔ
Questions answered by this recipeHow can I export events of an specific date from an existing wikicalendar? DescriptionImport/Export ical-files from/to a wikicalendar. The script adds two action ("?action=fromics" and "?action=toics") to the wiki, which permit to import events from a given ical-file to a wikicalender or export events from a wikicalendar to a ics-file. Installation:This script assumes that you have installed a calendarsolution for PmWiki (like PmCalendar, WikiCalendar or Logbook) using a separate WikiGroup und pagenames like "group/yyyymmdd"
Usage:The recipe expects each calendar entry to be seperated by a horizontal rule and to use keywords ("Von:", "Bis:", "Wo:", "Beschreibung") for the single parts of the event. !!!title of the first event
Von: hh:mm To export events from your calender the scripts adds the action "?action=toics" to your wiki, which will create a file and store it in the Uploaddirectory of the calendargroup.
To import events from an ical-file (.ics, RFC2445) use the action "?action=fromics", which will add all events from a previously uploaded file (with the name "events.ics") to your wikicalendar-pages. To import a specific file, use the "?action=fromics&file=filename" (without extension) to get all events from a ical-file named "filename.ics". NotesThe whole recipe is mainly in German and the keywords are hardcoded at the moment, what will change in a following version. Release Notes
See AlsoContributorsComments |