tags:

views:

17

answers:

1

is it possible to access iphone calender with coding like can we access its entries or put new entries to it with sdk?If yes then which version of sdk have this feature ? good answers will be appreciated

+1  A: 

The EventKit framework was added in iOS 4.0. It lets you access and modify calendar event information. You might also want to take a look at the EventKitUI framework.

loomer
+1 is it possible to access iphone calender before sdk 4??
pankaj kainthla
No. So make sure your code checks the the frameworks are available if you want it to run on pre iOS 4.0 devices.
loomer