(This may be a duplicate -- I posted a similar question an hour ago,
but it hasn't shown up, so I'm trying again.)
I have a calendar, in the eastern time zone (GMT-5) that has two
events. One on August 6 at 1:30 pm, and one on August 7 at 12:30 am
(just after midnight). My computer is running in the central time
zone. I'm setting my CalendarQuery minimum and maximum times to:
setMinimumStartTime(DateTime.parseDateTime
("2009-08-06T00:00:00-05:00"));
setMinimumStartTime(DateTime.parseDateTime
("2009-08-07T00:00:00-05:00"));
When I run the query, Google is returning both the August 6 and the
August 7 events. If I go into Google and manually move the second
event to start at 1:00am, then the query only fetches the August 6th
event. This makes me suspect that my system clock is affecting the
result, although I don't see how.
What's the proper way to set the CalendarQuery properties to fetch
only the dates on the 6th?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---