在Google Calendar API v 2.2.2中,使用getNextSyncToken返回相同的nextSyncToken,从而在尝试检索所有更改时导致无限循环。
$next = $this->service->calendarList->listCalendarList()->getNextSyncToken();
$this->service->calendarList->listCalendarList(['syncToken'=>$next]);
正确的使用方法是什么?
答案 0 :(得分:0)
仅当日历上的某些内容发生更改时,同步令牌才会更改,因此可以预期。
同步方式: