Android 上的 Google Calendar API 中的重复事件

发布于 2024-11-24 01:00:26 字数 811 浏览 2 评论 0原文

我已经开始使用 Google Calendar Api,现在我可以了 认证、获取日历列表、重命名日历、添加 具有指定时间和选定日历标题的事件。

我已经开始使用 calendar-v2-atom-android-sample 我发现了 我必须添加到事件模型中的内容,因为我阅读了 通过 Google Apps API 访问 Android 应用中的事件数据

但现在我必须在阅读后添加重复事件 创建重复, 我不清楚公共课的内容是什么 重复发生{}。这是如何实现的以及我应该如何定义 setRecurrence(Recurrence recurr)() 函数。

I have started to use the Google Calendar Api and now I'm ok with the
authetication, get the calendar list, rename the calendars, and add
event with specified time and title to a selected calendar.

I have started to use the model from the calendar-v2-atom-android-sample and i figured out
what I have to add to the model for the events because I read Access event data in Android app on Google Apps APIs

But now I have to add a recurring events, after reading
CreatingRecurring,
I am unclear as to what the content of the public class
Recurrence {}
. How is this implemented and how should I define the
setRecurrence(Recurrence recurr)() function.

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

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

发布评论

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

评论(1

天涯离梦残月幽梦 2024-12-01 01:00:28

GData 2.0 已弃用且与 Android 不兼容。

我建议使用 Google 日历 Apirfc2445 中对设置重复进行了说明。

如果您正在开发 Android API Level 14(又名 ICE_CREAM_SANDWICH 4.0)以上的任何内容,您可以使用 CalendarContract

GData 2.0 is both deprecated and not compatible with Android.

I would recommend using the Google Calendar Api. Setting recurrence is explained in the rfc2445.

If you're developing for anything above Android API Level 14 (aka ICE_CREAM_SANDWICH 4.0), you can use CalendarContract

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