On Tue, Feb 17, 2009 at 4:29 AM, Don Keruskie <[email protected]> wrote: > > Yeah, I've been using singleevents=true all along with no luck. > > So, until I have an answer, I'm just going to assume that the Google > Calendar API is flawed and enter in everything as single events. It'll > be a major hassle but, unfortunately, it doesn't appear that Google > wants their queried recurring events to be able to be ordered properly.
Hi Don, According to http://code.google.com/apis/calendar/docs/2.0/reference.html#Parameters, only orderby=starttime and orderby=lastmodified are supported. If these aren't giving you the behavior you want, which sounds like the case here, please file a feature request here (if you haven't already done so): http://code.google.com/p/gdata-issues/issues/entry As a workaround, you might be able to manually re-order the event data that the server returns on your end. -- 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 -~----------~----~----~----~------~----~------~--~---
