如果有日历事件更新,如何从 Android 设备获取信息?
从开发商的角度... 我如何知道用户是否添加/编辑/删除了 Android 设备上的日历事件。如果日历事件有任何更新,我需要执行一些操作。
From developer prospective...
How can I get to know if a calendar event from an android device is added/edited/deleted by the user. I need to do some operations if there is any update on calendar events.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在谈论 Google 日历应用程序,而不是公司日历应用程序。
我不相信 Google 日历应用程序为此提供 API(或任何 API),除非它提供,否则您将无法从中获取任何类型的事件。您必须创建自己的应用程序来登录 Google 帐户并定期检查日历本身。
I'm going to assume you are talking about the Google Calendar app and not the Corporate Calendar app.
I don't believe that the Google Calendar app provides an API for this (or any API at all), and unless it does you won't be able to get any sort of event from it. You would have to create your own app that logs in to the Google account and periodically checks the calendar itself.