Thanks for your post.

The VTIMEZONE definitions returned are not updated for the 2007 change
in DST.

However, the problem which you are experiencing may actually be
related to the intermittent recurrences off by 1 hour bug reported by
Charlie Wood:
http://groups.google.com/group/google-calendar-help-dataapi/browse_thread/thread/6908f69f0e0ab258/4da34e7fe2a1e694

If this problem is indeed the cause, then multiple attempts at
submitting your event would yield some starting at the correct time
and others offset by 1 hour.

We're aiming to fix both of these issues as soon as possible.

Cheers,

-Ryan


On Mar 11, 2:51 pm, "OggSync" <[EMAIL PROTECTED]> wrote:
> Hi, I was just testing the creation of a new event during the "new"
> DST period, and I observed what I think is a bug, and want to verify.
>
> <?xml version='1.0' encoding='UTF-8'?>
> <entry xmlns='http://www.w3.org/2005/Atom'xmlns:gd='http://
> schemas.google.com/g/2005'>
>   <category scheme='http://schemas.google.com/g/2005#kind'
> term='http://schemas.google.com/g/2005#event'></category>
>   <title type='text'>jjjjjj</title>
>   <content type='text'>hfhfh</content>
>   <author><name>[EMAIL PROTECTED]</
> name><email>[EMAIL PROTECTED]</email></author>
>   <gd:eventStatus value='http://schemas.google.com/g/
> 2005#event.confirmed'/>
>   <gd:transparency value='http://schemas.google.com/g/
> 2005#event.opaque'/>
>   <gd:visibility value='http://schemas.google.com/g/
> 2005#event.default'/>
>   <gd:when startTime='2007-03-12T01:00:00Z'
> endTime='2007-03-12T02:00:00Z'>
>     <gd:reminder minutes='15'/>
>   </gd:when>
>   <gd:recurrence>DTSTART;TZID=America/Chicago:20070311T200000
> DTEND;TZID=America/Chicago:20070311T210000
> RRULE:FREQ=WEEKLY;BYDAY=SU;WKST=SU
> </gd:recurrence>
> </entry>
>
> So 8:00PM CDT (GMT -5) is 1:00AM Zulu time the next day, so the start
> and end times look OK to me.
>
> Just added this into a calendar, and I observed that the event
> actually shows up at 9:00 PM (my calendar view is set for "America/
> Chicago").
>
> Am I missing something?  Is this a bug?  Thanks.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to