On 12/07/2012 12:04 PM, Stéphane Ducasse wrote:
Hi paul
I looked around and I found iCalendar, vCalendar and vCard I imagine that this is the one you found. And indeed Yann Monclair worked on ical.
Stef
I uploaded a version of the ICal package that successfully parses and enumerates occurrences of events from .ics files. The tests primarily come from all of the RRULE examples in the RFC2445 spec here: http://tools.ietf.org/html/rfc2445#page-117 It does match the output from those tests and does work with exports from Google Calendar. I've not tried with Outlook etc. I expect it to work with those. I haven't started actually using it but plan to in the next couple days and will probably make some convenience additions to the ICEvent class to test for and get enumerated dates. I also made a Configuration and put it here: http://www.squeaksource.com/ical and in the http://www.squeaksource.com/MetacelloRepository
On Dec 6, 2012, at 8:11 PM, Paul DeBruicker wrote:
Hi -
Is there a package that will convert an iCalendar (*.ics file, rfe2445) VEVENT and its recurrence /exclusion rules/dates into a Schedule in pharo or squeak or gemstone?
I've seen the iCal package on Squeaksource but it doesn't seem to interpret the RRULEs into anything other than their constituent parts.
Thanks
Paul