Hi, Unfortunately this is not possible with the Calendar Data API. The API allows operation to be performed on a per calendar basis, the merged aggregate idea you suggest is useful but it's not a feature that the API provides. Feel free to file this as a feature request in our bug tracker -
http://code.google.com/p/gdata-issues/issues/entry Austin On Feb 11, 9:46 pm, ColdMonkey <[EMAIL PROTECTED]> wrote: > Using the .NET Client Library with the Google Calendar API I am able > to query for events in a specific calendar. > > For example I can get a EventFeed object containing US Holidays using > the Calendar.EventQuery object and > thehttp://www.google.com/calendar/feeds/usa__en%40holiday.calendar.googl... > feed. The EventQuery object allows me to specify a date range for > events, or sort them etc. > > Now suppose I'd also like events from my calendar (I can get these by > substituting my account for the US holidays calendar in my feed URI), > and would like these for the same date range. I can do this, but then > I have a second EventFeed object. > > If I want to iterate through the events for display, I'd end up > showing all the holidays first, then the events from my calendar. > > Is there a "simple" way to combine the two feeds into one EventFeed > object that I can iterate through displaying events from both > calendars in the specific order I choose? > > This is a simplified scenario, as in my real problem, I've got closer > to ten different calendars I'm trying to combine. > > Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
