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 the http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/private/basic 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 -~----------~----~----~----~------~----~------~--~---
