For certain limited cases Yahoo Pipes would be just the thing for doing something like this. You could definitely do something like
1) Pull N events from a number of different magic cookie urls with some defined sort order. 2) Combine and sort those feeds in that same defined sort order. 3) Get a combined feed in the defined sort order where only the top N are guaranteed to be valid. Here's an example to merge calendars: http://pipes.yahoo.com/pipes/pipe.info?_id=LK5a47bQ2xGqrCk_OkVYtA and another that merges and sorts rss feeds: http://pipes.yahoo.com/pipes/pipe.info?_id=0f9fec48d02de5786003c42915b984ea Good luck, Ray On Thu, Sep 25, 2008 at 6:37 PM, Trevor Johns <[EMAIL PROTECTED]> wrote: > > On Thu, Sep 25, 2008 at 2:49 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> I could do a pipe of all calendar feeds to get all events and then >> order them by date, but there is a way to this easy with the Google >> Calendar Api? >> >> I would be very pleased with a good answer. > > Unfortunately, there's no way to get a combined list events for all > calendars. You'll need to use the API to retrieve events for each > calendar, then manually merge them together. > > Sorry I don't have a better answer for you. > > -- > Trevor Johns > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
