Re: iCal calendar parser
Re: iCal calendar parser
- Subject: Re: iCal calendar parser
- From: "Ian G. Gillespie" <email@hidden>
- Date: Mon, 10 Feb 2003 11:50:52 -0800
I am certainly interesting in writing an open source parser. Let me
know what you think of the libical code and we can see if we want to
try and use that, or start from scratch. Anyone else interested?
On Monday, February 10, 2003, at 09:10 PM, Aidas Dailide wrote:
Objective-C wrapper is what I want too. I will check libical code and
see if I can do anything. iCal file format parser would be really
usable for many applications.
Here is the link to the C parser: http://softwarestudio.org/libical/
I have downloaded it and looked at it some, but to tell you the
truth, I am not very good with C as I learned most of my programming
skills via building Cocoa apps. libical looks like it has more than
enough functionality, but a little overwhelming to me. I want each
iCal event put into the familiar NSDict (so I can use
objectForKey:@"StartDate") and each dictionary put into an
NSArray--stuff I am comfortable with. On the other hand, maybe this
is a good time to learn some C syntax and such... Maybe someone
wants to write an Obj-C wrapper for libical?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.