cdanielm58 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

EventsResource.ListRequest TimeMin property do not correctly filter events if set to DateTime.MinValue #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 29 Oct 2013 at 2:09