If I have several Google Calendars under my Google account and want to incrementally sync all of the calendars, should I keep one common sync token for all calendars or a separate sync token for each calendar? In other words, are Events.getNextSyncToken()
and Events.List.setSyncToken()
specific to a single calendar or to all events no matter what calendar they belong to?
0
votes