Hi, There are different sort order (API reference here), but none for sorting events based on a custom-sort mechanism (nonetheless, won't see how this could work, since queries are made through URL to Google's servers, sorted there, and sent back as a feed to the browser ; there's no way you could pass the sort function through URL parameters to Google's servers).
Why not reading the feed as provided by the API and sort it with a piece of code ? That's easy programming, and the easiest way to do what you are asking. -- 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://code.google.com/apis/calendar/community/forum.html
