是否有日历的iPhone URL快捷方式?

Nic*_*ght 4 iphone calendar shortcut

我可以启动谷歌地图,邮件,Safari和其他......但是日历有相同的功能吗?

编辑:我只想在日历中添加一个事件.

多谢你们!

缺口.

Fed*_*nov 14

该代码启动了日历应用:

NSString* launchUrl = @"calshow://";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: launchUrl]];
Run Code Online (Sandbox Code Playgroud)


Ada*_*hes 1

日历应用程序未在Apple URL Scheme Reference中列为可使用 URL 启动的应用程序。

以下应用程序被列为受支持:

  • 邮件
  • 电话
  • 短信
  • 地图
  • YouTube
  • iTunes