Hi guys, I'm doing queries with a start and end time and I found out that the events that come back obey to UCT even if I select a different time zone using ctz.
The best way to show you is with an example. Let's say I want to know what's going on in a calendar between 2:00 and 3:00, New York Time. I would use this feed: http://www.google.com/calendar/feeds/[email protected]/public/full?start-min=2007-06-15T02:00:00&start-max=2007-06-15T03:00:00&ctz=America/New_York What about the same calendar between 2:00 and 3:00 Lisbon time? This feed should do the trick: http://www.google.com/calendar/feeds/[email protected]/public/full?start-min=2007-06-15T02:00:00&start-max=2007-06-15T03:00:00&ctz=Europe/Lisbon The problem is both these feeds give you the same events. The events do come out with the correct time for the respective zone (startTime='2007-06-14T21:00:00.000-04:00 @ NewYork and startTime='2007-06-15T02:00:00.000+01:00' @ Lisbon). Unfortunately I did not want an event on the 14th at 21:00 in NY. I wanted one between 2:00 and 3:00 on the 15th. Is this the expected behavior? If it is, then how can I get a feed for the results I expected? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
