Hello Rodrigo, Unfortunately, you won't be able to send a single batch request for multiple calendars. You can however group every requests belonging to one calendar into a batch request which should still improve performances. There is an example on how to use batch request in the .NET developer's guide<http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html#batch> .
Best, Alain On Wed, Aug 10, 2011 at 11:26 PM, Rodrigo Campero Paz <[email protected]>wrote: > Hi, I need to batch multiple queries from different calendars and get their > events (using .NET calendar library), so: > > I have a List of calendar ids -> create batch request for each calendar id > -> get a list of the events for each calendar id with just one request, and > not sending requests for every calendar id. > > Is this possible? and if the answer is "yes" could you please provide me an > example code? > > If the answer is "no" is there a workaround to improve performance? right > now I have to send a different request for each calendar to get it's events. > > Thank you very much for your kind help, really appreciated. > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
