tags:

views:

124

answers:

1

I have a client who would like the app we are building to show events from the user's calendar (ICal, Google Cal, etc). What types of integration is possible from iPhone SDK?

I've only seen NSCalendar so far, which is more of a calendar calculation engine it seems.

Not familiar with calendar APIs in general, so would really appreciate some pointers for starting point of where to look. Thanks!

+1  A: 

Unfortunately, on non-Jailbroken phones, there's no way to access calendar data. File a bug with Apple on this, and perhaps it will be addressed in OS 4!

Ben Gottlieb
How does one file a bug with Apple? I hear that suggested a lot!
twinkle
Go to Apple's bug report website (http://bugreport.apple.com). You'll need to log in with your Apple ID.
Ben Gottlieb
Bug 7522824 submitted
twinkle