How can I open default Calendar app with in my application? Currently I am accessing it using the following link but I am unable to back to my app.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"calshow://"]];
How can I open default Calendar app with in my application? Currently I am accessing it using the following link but I am unable to back to my app.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"calshow://"]];
You can find on this site useful layout in order to replicate default Calendar app appearance inside your application. There's also this project, in the end you can find a SimpleEKDemo on Event Kit reference on developer.apple.com that uses native components.