0
votes

This Google calendar query should return events only between 1/1/2011 and 2/20/2011 but instead it returns events from 4/27/2009 to 3/27/2011

http://www.google.com/calendar/feeds/[email protected]/public/full?singleevents=true&sortorder=ascending&start-min=2011-01-01T00:00:00&start-max=2011-02-20T23:59:59

What am I missing?

EDIT In case anyone else was puzzled like me, I was viewing the result sets in Firefox and the XML parser shows the updated date and not the event dates.

1

1 Answers

1
votes

When I run your exact query in the OAuth 2.0 Playground, it works perfectly. I get 30 results (after paging through a few pages) and all are between January 1 2011 and February 20 2011.

Also, please use https.

https://www.google.com/calendar/feeds/[email protected]/public/full?singleevents=true&sortorder=ascending&start-min=2011-01-01T00:00:00&start-max=2011-02-20T23:59:59