I want to ask a question about the objective C. Do the objective C and iOS 4 support the caldav? Thank you very much.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Objective-C is just the programming language. So itself it does not support this kind of stuff. Cocoa Touch is the framework that could support such a thing. But it doesn’t. The only thing you can is access calendars from the calendar app. But there is no support to directly deal with CalDAV. But you could for e.g. use a third party lib like libical (http://sourceforge.net/projects/freeassociation/)