如何从 Android SDK 访问日历/事件?

发布于 2024-08-23 18:32:43 字数 129 浏览 3 评论 0原文

我正在尝试编写一个依赖日历事件的应用程序。我本来打算将其编写为服务,并让它时不时地检查日历,但我发现 SDK 尚不提供对日历的直接访问。那么还有其他方法可以访问事件吗?

也许在事件开始和停止时进行广播?类似这样的事情,我不确定。

I am trying to write an app that relies on Calendar events. I was going to write it as a service, and just have it check the calendar from time to time, but I found out that the SDK does not offer direct access to the Calendar yet. So is there any other way to access Events?

Maybe a broadcast when an event starts and stops? Something like that, I'm not sure.

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

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

发布评论

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

评论(1

过去的过去 2024-08-30 18:32:43

还有其他方法可以访问吗
活动?

与在 Android 之外的方式相同,使用适用于 Google 日历的 Google GData API。

So is there any other way to access
Events?

The same way you would outside of Android, using Google GData APIs for Google Calendar.

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