I am creating an calendar based application in that I want to send all the details to server in the VCALENDAR formate to the server and in the same way need to read it.

I know the event kit programming but using that I am getting a big string and I need to parse It, so how to do that ?

Can any one suggest me how to create/read VCALENDAR for iPhone any sample code or tutorial will be a great help.

thanks in advance

link|improve this question

I want the same parser method as we all perform with the VCARD for Reading and Parsing. – V.V Apr 26 '11 at 6:03
feedback

1 Answer

Seem you have to parse it following the standard set by RFC 5545

You get more in Wikipedia

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.