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
2010-05-22 22:54:39
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
2010-05-23 11:38:00
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
2010-07-16 13:16:46
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
2010-08-02 12:00:28