Is there a way to do a single query to get an event feed containing events from all of a user's 'selected' calendars? For example, I'd like an event feed for the current month containing events from all of my 'selected' calendars.
Currently, I need to make multiple queries to accomplish this. First, I do a query to get a list of calendars. I see which ones are 'selected' and I grab their id's. I then do a loop where I do the event query for each id. The result is lots of queries back and forth with google which slows things down a lot. It seems like getting events on only the user's 'selected' calendars is a natural enough action that it could be done in a single query. If this is not currently possible, can it be added? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
