I've got the URL of an .ics file, and I'm looking to add it to the users calendar.
Others have suggested using [[UIApplication sharedApplication] openURL: icsURL]
, except this directs the user to Safari and they don't return.
Is it possible to display that popover inside my app, or another way to import events to the users calendar from an .ics file?