如何从我的应用程序中打开 iPhone 日历?

发布于 2024-09-02 18:00:34 字数 93 浏览 4 评论 0原文

我希望能够在我的应用程序中实现一个按钮,用于退出我的应用程序,并将用户带到 iPhone 的日历。 我对将用户发送到特定事件不感兴趣。只要打开日历就可以了。 有什么建议吗?

I want to be able to implement a button in my app, that quits my app, and takes the user to the iPhone's calendar.
I'm not interested in sending the user to a specific event. Just opening up the calendar would do the trick.
Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

安人多梦 2024-09-09 18:00:34

嘿,可能是一个迟到的答案,但你现在可以这样做

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

Hey might be a late answer but you can do it now like this

 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"calshow://"]];
抹茶夏天i‖ 2024-09-09 18:00:34

根据这篇博文的评论,目前无法启动日历应用程序。

According to the comments on this blog post, there is currently no way to launch the calendar app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文