iCal parsing using Cocoa/Objc
iCal parsing using Cocoa/Objc
- Subject: iCal parsing using Cocoa/Objc
- From: Óscar Morales Vivó <email@hidden>
- Date: Mon, 2 Jan 2006 23:11:39 -0500
Agreed with the recurrence. It's a b**** to implement fully.
I did use libical (look for it in sourceforge) for a Carbon project,
but it ought to work equally well from a Cocoa one. It needs a little
adjustment to have it work inside an application package but nothing
too grand. After that, didn't find any particular issue with it and
the API is straightforward enough.
On Jan 2, 2006, at 22:50 , Scott Ribe wrote:
Parsing
it is easy with the exception of the recurrence rules. Those can be
tricky to implement correctly.
Oh, yeah... I did this once on big calendars that had maybe started
under
10.2 and mostly been populated under 10.3, and either iCal or
iSynch had
made a surprising mess of the recurring items.
The RFC will help you read the files, but don't expect to do this
without
some surprises. FWIW, I parsed them using Python...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden