My aim is to query the Google Calendar API for dates falling between the specified start-min and start-max dates. However, the results I'm getting include dates from outside this range that shouldn't be included. The calendar I am accessing has numerous dates between January and February, yet it displays dates in 2010 and other months as well.
I replaced my original calendar location with a demo one, utilizing my public calendar link.
http://www.google.com/calendar/feeds/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c3a7a6b5a6afacb3a6b1eea0a2afa6ada7a2b183a4acaca4afa6eda0acae">[email protected]</a>/public/full?alt=json&singleevents=true&sortorder=ascending&start-min2011-1-01T00:00:00%20&start-max2011-2-20T23:59:59
The following are some of the incorrect dates being returned:
[INFO] starttime = 2010-01-09T00:00:00.000Z end time = 2010-01-09T02:00:00.000Z
[INFO] starttime = 2010-01-07T21:00:00.000Z end time = 2010-01-07T22:00:00.000Z
... (additional date-time info)
For more details on the Google API parameters, refer to http://code.google.com/apis/calendar/data/2.0/reference.html#Parameters