I'm trying to pull all of the US Holidays in order for 2006, so the URI I crafted is as follows:
http://www.google.com/calendar/feeds/usa%40holiday.calendar.google.com/public/full?start-min=2006-01-01T00:00:01-08:00&start-max=2007-01-01T00:00:01-08:00&orderby=starttime&max-results=50 According to the documentation: "orderby : Currently, the only supported value is starttime. If you add orderby=starttime as a query parameter, then the returned feed's entries are in order by the <gd:when> element's starttime attribute instead of the default updated order." However this doesn't appear to be true. What I actually seem to be getting is the entries in order by the DTSTART;VALUE=DATE field within the <gd:recurrence> element. This indicates when the recurring appointment was first added, which is something very different from the <gd:when>'s starttime attribute (which is what I really want and what I expect most people would want when specifying orderby=starttime). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
