0

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://"]];
halfer
  • 19,824
  • 17
  • 99
  • 186
Sekhar Bhetalam
  • 4,501
  • 6
  • 33
  • 52

1 Answers1

0

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.

Bonch
  • 158
  • 8