Re: iCal calendar parser
Re: iCal calendar parser
- Subject: Re: iCal calendar parser
- From: "Aidas Dailide" <email@hidden>
- Date: Mon, 10 Feb 2003 11:49:43 GMT
Hi,
Actually this should be very easy with Cocoa. I guess iCal format is
xml-based,so it will bi very easy to parse it. There are functions like
NSArray initWithConentsOfFile:(file name) that helps you do that. After you
do this, you can simply call functions like objectForKey:CalendarName(this
depends on iCal file format,wich you must explore).
Hope this will help, if you need additional info, please don't hestatite
and contact me.
Aidas
_______________________________________________
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.