views:

45

answers:

2

I want to be able to implement a button in my app, that quits my app, and takes the user to the iPhone's calendar. I'm not interested in sending the user to a specific event. Just opening up the calendar would do the trick. Any suggestions?

A: 

According to the comments on this blog post, there is currently no way to launch the calendar app.

unset
Bummer. I have seen that blog, but hoped that there would be someone around here who knew better. I leave this question unanswered for now, hoping for more input
Sjakelien
A: 

Take a look to the Event Kit. It allows working with calendar http://developer.apple.com/iphone/library/documentation/DataManagement/Conceptual/EventKitProgGuide/Introduction/Introduction.html

Noya
Yeah, Event Kit is great, but: it only works on iOS4 , and there are still some limitations. You can't (yet) create a new calendar for example. But it looks promising.
Sjakelien