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
