1) Set Google calendar to Alaska time (GMT-9:00) 2) Send a weekly recurring event starting at noon AK time to Google via the GData API 3) BUG: Event displays at 1:00pm. Also, if you retrieve the record via GData you will notice the starttime is reported as T130000 instead of T120000 NOTE: This appears to affect the Alaskan timezone only (all others work fine) and recurrence patterns only (not one-time events).
Test record I sent to Google: <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http:// schemas.google.com/g/2005"> <gd:recurrence>DTSTART;TZID=America/Anchorage:20070817T120000 DTEND;TZID=America/Anchorage:20070817T123000 RRULE:FREQ=WEEKLY;BYDAY=FR;UNTIL=20071020T000000Z BEGIN:VTIMEZONE TZID:America/Anchorage X-LIC-LOCATION:America/Anchorage BEGIN:DAYLIGHT TZOFFSETFROM:-0900 TZOFFSETTO:-0800 TZNAME:AKDT DTSTART:19700308T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:-0800 TZOFFSETTO:-0900 TZNAME:AKST DTSTART:19701101T020000 RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU END:STANDARD END:VTIMEZONE</gd:recurrence> <title type="text">Noon</title> <gd:transparency value="http://schemas.google.com/g/ 2005#event.opaque" /> <gd:reminder minutes="15" /> <gd:visibility value="http://schemas.google.com/g/ 2005#event.default" /> <title type="text">Noon</title> <author> <email>[edited]</email> </author> <category term="http://schemas.google.com/g/2005#event" scheme="http://schemas.google.com/g/2005#kind" /> <content type="text" /> </entry> Record as reported by GData after it was added: <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http:// schemas.google.com/g/2005"> <gd:recurrence>DTSTART;TZID=America/Anchorage:20070817T130000 DTEND;TZID=America/Anchorage:20070817T133000 RRULE:FREQ=WEEKLY;BYDAY=FR;UNTIL=20071020T000000Z ... </entry> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
