gpt4 book ai didi

c++ - "Remember the milk"订阅日历的 Google 日历同步问题

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:24:07 28 4
gpt4 key购买 nike

我们使用 Google Calendar API v2 将 Google 日历事件同步到我们的桌面应用程序。该应用程序检索所有日历事件并将其保存在本地以供将来引用。

我使用 Google 日历订阅的“Remember the Milk”日历存在同步问题。

这是我的申请流程:

  1. 最初使用以下 HTTP 请求获取日历列表: https://www.google.com/calendar/feeds/default/allcalendars/full

  2. 使用之前请求中获得的日历 ID 从日历中获取所有事件:http://www.google.com/calendar/feeds/CalendarId/private/full?orderby=lastmodified&sortorder=descending&singleevents=true

  3. 逐一处理每个日历并将日历更新最小标记值保存为上次日历同步,在下一次同步中使用此更新的最小值来检索更新的事件。

文档说它应该只提供更新事件,但我的“记住牛奶”日历总是将所有事件作为更新事件提供(每 20 到 30 分钟)。

我在这里做错了什么?

最佳答案

查看您的查询字符串。您缺少更新的最小值。查询字符串应该是这样的。

http://www.google.com/calendar/feeds/CalendarId/private/full?orderby=lastmodified&sortorder=descending&singleevents=true&updated-min=2005-08-09T10:57:00-

关于c++ - "Remember the milk"订阅日历的 Google 日历同步问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10416687/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com