|
ICal Module
(read the
O'Reilly article)
ICal Module is a Ruby module that provides classes for reading calendar data from Apple's iCal
calendaring program. These files are in the standard iCalendar format
(www.ietf.org/rfc/rfc2445.txt), so this source
could also be useful in other environments besides Mac OS X. This is an initial release and doesn't
provide full support for the iCalendar format. Currently it supports normal events, and daily and
weekly recurring events.
Download pre Tiger version
The location of the Calendar files in Mac OS X 10.4 have changed, so I have updated the iCal
module to handle that. You can download this version below.
Download Tiger version
|