Re: iCal calendar parser
Re: iCal calendar parser
- Subject: Re: iCal calendar parser
- From: "Ian G. Gillespie" <email@hidden>
- Date: Mon, 10 Feb 2003 10:26:27 -0800
Yes, unfortunetly this means, that it is not XML format(Apple!?). In
another e-mail you wrote that you have a C parser for iCal file
format. I think you should use it,since you can mix C and Objective-C
code.
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.