如何使用 google-api-client 通过 Android 检索 google 日历事件

发布于 2024-10-21 10:22:19 字数 158 浏览 6 评论 0原文

我发现 gdata 库与 Android 不兼容,并已切换到 google-api-client 库。我遵循了 v2-atom-android 示例,但它不涵盖如何检索事件,仅涵盖日历。对于我的应用程序,我需要能够下载日历和事件 - 有谁知道如何使用 google-api-client 库执行此操作?

I have figured out the gdata libraries are not compatible with Android and have switched to the google-api-client libraries. I have followed the v2-atom-android sample but it does not cover how to retrieve events, only calendars. For my app, I need to be able to download the calendars and events - does anyone know how to do this with google-api-client libraries?

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

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

发布评论

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

评论(1

深爱成瘾 2024-10-28 10:22:19

您需要向给定的事件源链接发送 GET 请求,该链接作为日历源请求的一部分接收到的每个日历的属性。
我的意思是如果是 ATOM,则为 link rel='self';如果为 JSONC,则为 selfLink

有关详细信息,请参阅以下地址:

检索事件

问候,
普里乔斯

You need to send a GET request to a given event feed link which is included as a property of each calendar received as part of request to a Calendar feed.
I mean either link rel='self' if ATOM or selfLink if JSONC.

For more information, please refer to this address:

Retrieving events

Regards,
PrieJos

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