Post Archive
› November 22, 2002
Generate ics files with php
Interesting php scripts at this site, including one that creates ics files for iCal and other systems which use that standard.
Comments
1. November 22, 2002 06:31 PM
2. April 5, 2006 07:49 AM
Quote this comment
hfh Posted…
Please put your commenhfhgfts in paragraph tags, no auto-line-breaking anymore.
Simon Willison Posted…
For some reason, while I’ve found several implementations of the weird iCal ics text file format in PHP (and other language) I am yet to find an implementation of the XML format equivalent. Mozilla Calendar exports it, but I can’t find anything that will import it again. Strange, as you’d have thought the XML format would be easier to parse / implement than the text file one.