views:

57

answers:

1

Hi, everyone,

I want to ask a question about the iPhone application. I am going to write a program which is related to a calendar function. I want to use the CalDAV to do this. However, I am not familiar with the iOS environment. Does the apple provides any library or API for the developers to write the program by manipulating the CalDAV? Thank you very much.

+1  A: 

With iOS 4 you can access the users calendar with Event Kit. But you can't directly work with CalDAV. You have to use a third party library for that.

V1ru8
@V1ru8, thank you for your reply. Would you mind to give some third party to me for reference?
Questions
You could take a look at http://sourceforge.net/projects/libcaldav/ and http://sourceforge.net/projects/freeassociation/
V1ru8