Does iOS Calendar support a URL scheme?

2019-01-18 14:51发布

Is there any URL scheme that will launch the Calendar app on iOS?

I use Prowl to push Growl notifications to my phone. They just added support to launch an app with a URL based on the notification. I tried cal:// caldav:// and ical:// without any luck.

标签: ios push
2条回答
▲ chillily
2楼-- · 2019-01-18 15:17

Try this. it works for me. Here is the link

[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"calshow://"]];
查看更多
干净又极端
3楼-- · 2019-01-18 15:30

Update: you can now use the calshow:// URL to open the Calendar app on iOS.


See this question: Apple does not list this application on its Apple URL Scheme Reference.

查看更多
登录 后发表回答