Calendaring
May 19, 2007
iCalendar Spec
iCalendar Specification Excerpts
Posted by pj at 11:30 PM | Comments (0)
PHP iCalendar API
Posted by pj at 05:25 PM | Comments (0)
May 15, 2006
Java iCalendar API
Posted by pj at 10:23 AM | Comments (0)
April 11, 2005
RSS events to XHTML notes by Libby Miller
Posted by pj at 03:05 PM
February 09, 2005
An iCalendar view of our events database
I've spent today hacking together a PHP script to generate a view of our ltsn01_general.events
table.
http://www.ltsn-01.ac.uk/static/ltsn-01_events.ics.php
I've also written a cron job which uses curl
to get a snapshot of that output into a static .ics
file:
http://www.ltsn-01.ac.uk/static/ltsn-01_events.ics
I've successfully subscribed to this in iCal.
There is also a web view of this calendar here:
http://minnesota.ncl.ac.uk/calendar/
Posted by pj at 04:29 PM
vCalendar and iCalendar in PHP
http://www.phpbuilder.com/columns/chow20021007.php3?print_mode=1
Posted by pj at 11:53 AM
PHP WebCalendar Project
SourceForge.net: Project Info - WebCalendar
Posted by pj at 10:37 AM
iCalendar and vCalendar Python API
iCalendar and vCalendar API tools in Python:
- http://savannah.nongnu.org/projects/python-pdi
Posted by pj at 10:16 AM
November 12, 2004
Calendar woes
Sunbird turns out to be quite buggy and I can no longer be doing with it :(
I've had to go back to using version 1.6 of Mozilla with the 1.4 Linux install. This seems to work fine. Any later version of Mozilla and I can't get the installer to work.... Arrrrgh..
Posted by pj at 03:49 PM
November 08, 2004
Publishing my iCalendar files as RDF
I've been tinkering with the Python tool by Dan Connolly for converting .ics files into RDF. I've set up a series of cron jobs to grab my .ics files from the Zope server where I store them and convert them and publish them to the web server as RDF:
< http://minnesota.ncl.ac.uk/Work.rdf.xml >
< http://minnesota.ncl.ac.uk/Home.rdf.xml >
The cron jobs update the file every half an hour.
Posted by pj at 03:16 PM
November 02, 2004
Libby Miller's work to convert iCalendars to RDF
Libby Miller has come up with a two stage protocol for converting iCalendars into RDF:
<http://www.w3.org/2002/12/cal/>
I've got my own iCalendars up on the Web on minnesota now:
<http://minnesota.ncl.ac.uk/calendar/>
Looking to get an RDF view of them too.
Posted by pj at 05:03 PM