I can launch Google Maps, Mail, Safari and others... but is there the same functionality for Calendar??
EDIT: I only want to add an event into the calendar.
That code launch the Calendar app:
NSString* launchUrl = @"calshow://"; [[UIApplication sharedApplication] openURL:[NSURL URLWithString: launchUrl]];