iOS日历是否支持URL方案? [英] Does iOS Calendar support a URL scheme?

查看:350
本文介绍了iOS日历是否支持URL方案?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何会在iOS上启动日历应用的网址方案?

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

我使用Prowl将Growl通知推送到我的手机。他们刚刚添加了支持,可以根据通知启动带有URL的应用。我试过cal:// caldav://和ical://没有运气。

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.

推荐答案

试试这个。这个对我有用。这是链接

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

[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"calshow://"]];

这篇关于iOS日历是否支持URL方案?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆