What steps will reproduce the problem?
Add Public Holidays calendar to list of available calendars
request calendar events and set TimeMin and TimeMax properties
Set TimeMin to DateTime.MinValue
Set TimeMax to DateTime.UtcNow.AddYears(1)
What is the expected output? What do you see instead?
Expect to return all calendar entries up to a year from today.
Instead - no public holiday events are returned.
If TimeMin is set to actual date e.g. DateTime.UtcNow.AddYears(-1) then all
valid public holiday events are returned.
What version of the product are you using? On what operating system?
Calendar API v3, Win 7 64-bit
Please provide any additional information below.
Original issue reported on code.google.com by kevin.br...@datahug.com on 16 Aug 2012 at 10:15
Original issue reported on code.google.com by
kevin.br...@datahug.com
on 16 Aug 2012 at 10:15