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?
Hey might be a late answer but you can do it now like this
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"calshow://"]];
According to the comments on this blog post, there is currently no way to launch the calendar app.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With