Hello Salim, In order to get events in a specified order, Gdata provides the "orderby" query parameter. This parameter takes one of two values:
- "lastmodified" which is the default, gets events in the order they are created. - "starttime." gets events in order of their start time. I do my development in PHP, so I don't know how to use set query parameters using Python, but I think it will be easy for you to figure out how. Hope this makes any help. Thanks. On Apr 5, 1:41 pm, Salim Fadhley <[EMAIL PROTECTED]> wrote: > Oh and one more thing - when I say event, I mean a spesific instance > of an event (e.g. a meeting at 2pm today) I do not care that the > meeting might be part of a recurring sequence. I just want to know > what is happening now and next. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
