Hi all, I'm using the Calendar API in Java to synchronize some datas in Google Calendar, and with the way I'm using it I need to do many operations (mostly delete & insert) on secondary calendars. Thus, I'd like to batch them to reduce the long duration of the execution and to spam less queries, but no matter what I tried I didn't succeed in it. Am I doing something wrong ? I tried quite a few different URLs to point on them through the getLink(Link.Rel.FEED_BATCH, Link.Type.ATOM), but I always get a null Link object. Does it simply mean the batch operation isn't supported for 2ndary calendars ?
Thanks in advance, Michaƫl. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
