Yikes, I didn't realize there was a separate list just for the Calendar API. Searching there, I found my answer. This URI gives me what I wanted:
http://www.google.com/calendar/feeds/usa%40holiday.calendar.google.com/public/full?start-min=2006-01-01T00:00:00&start-max=2007-01-01T00:00:00&orderby=starttime&max-results=50&singleevents=true&sortorder=ascending I don't see the singleevents parameter documented anywhere, but that was the key to making the orderby work as advertised. I still think there is either a bug in the implementation of orderby or else the documentation misstates how it works. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
