Thanks, Austin. The feature request doesn't specify that the events should only be from calendars with the 'selected' attribute set to True. Perhaps that would be a (default) parameter to the function? Maybe something like...
AllCalendarEventQuery(user, visibility, projection, query='', selected=True) ? On Mar 25, 3:15 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > Thank you for bringing this up, I have filed this as feature request to the > change track - > > http://code.google.com/p/gdata-issues/issues/detail?id=421 > > Thanks, > Austin > > On Tue, Mar 25, 2008 at 3:03 PM, SM <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
