Android 上的 Google Calendar API 中的重复事件
我已经开始使用 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
. How is this implemented and how should I define the
Recurrence {}setRecurrence(Recurrence recurr)()
function.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GData 2.0 已弃用且与 Android 不兼容。
我建议使用 Google 日历 Api。 rfc2445 中对设置重复进行了说明。
如果您正在开发 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