如何从 Android SDK 访问日历/事件?
我正在尝试编写一个依赖日历事件的应用程序。我本来打算将其编写为服务,并让它时不时地检查日历,但我发现 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与在 Android 之外的方式相同,使用适用于 Google 日历的 Google GData API。
The same way you would outside of Android, using Google GData APIs for Google Calendar.