How can I have UIDocumentInteractionController show Calendar as an option for opening a .ics file?
问题 I am intercepting a type of URL in the webview I use in my app in order to download the file that it links to instead of just trying to open it in the webview. The link is to a .ics file. So I download that file into the temporary directory and then bring up the file in a UIDocumentInteractionController instance, but Calendar is not shown as one of the apps to open that .ics file in, just Mail, DropBox and "Copy". As you can see in the commented out line in the code below I've tried making