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
2010-10-26 08:16:20
+1 is it possible to access iphone calender before sdk 4??
pankaj kainthla
2010-10-26 08:18:08
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
2010-10-26 08:42:15