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)