URL Scheme for opening the iCal app at a date or event?

瘦欲@ 提交于 2019-12-04 12:07:08
Janak Nirmal

Probably the Answer is No. You need to look at this similar question and other similar question which is marked as accepted so hopefully is true.

I can't find any documentation on the parameters, but typing ical:// into an open browser address bar opens Calendar.app on macOS Sierra 10.12.1.

Note: As far as Apple apps go, this also works with reminders://... maybe others

You can try this code:

NSString* launchUrl = @"calshow://";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: launchUrl]];
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!