Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify the query parameter orderBy to fix the order of Gcal events at each fetch #32

Merged
merged 1 commit into from
Jul 20, 2015

Conversation

erikmd
Copy link
Contributor

@erikmd erikmd commented Jun 27, 2015

Hello,

I observed the following behavior: after each sync, the order of events that are already known by Gcal is turned upside down, roughly depending on the last modification date stored by Gcal for each event.

As it is somewhat distracting for the user, I propose this small patch which ensures that the order of events fetched from Gcal is stable. (Namely, events are now ordered by increasing start date.)

Best regards.

This value ensures the order of events fetched from Gcal is stable,
and is compatible with the current value of singeEvents (:= "True").

cf. https://developers.google.com/google-apps/calendar/v3/reference/events/list
myuhe added a commit that referenced this pull request Jul 20, 2015
Specify the query parameter orderBy to fix the order of Gcal events at each fetch
@myuhe myuhe merged commit b050465 into myuhe:master Jul 20, 2015
@myuhe
Copy link
Owner

myuhe commented Jul 20, 2015

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants