Developers
This page contains open source software and source code written by infiniteNIL that other developers may find useful in their own projects. All software and source code is not officially supported and is provided as is, however, feel free to ask any questions about it and we will do our best to help you out.
Ruby
|
URUG RubyCocoa Presentation Here are the slides and the Xode project for the Today demo app for my RubyCocoa presentation to the Utah Ruby User's Group. Download Slides Download Today Demo |
|
|
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. 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. |