You are adding 1 hour to the time -- the +01:00 bit of "2008-01-07T09:00:00+01:00"
On Jan 9, 4:01 am, Philipp Kewisch <[EMAIL PROTECTED]> wrote: > After sending the following xml: > <entry xmlns:gd="http://schemas.google.com/g/2005" xmlns:gCal="http:// > schemas.google.com/gCal/2005" xmlns="http://www.w3.org/2005/Atom"> > <category scheme="http://schemas.google.com/g/2005#kind" > term="http://schemas.google.com/g/2005#event"/> > <title type="text">New Event</title> > <content type="text"/> > <author> > <name>Philipp Kewisch</name> > <email>[EMAIL PROTECTED]</email> > </author> > <gd:transparency value="http://schemas.google.com/g/ > 2005#event.opaque"/> > <gd:eventStatus value="http://schemas.google.com/g/ > 2005#event.confirmed"/> > <gd:where valueString=""/> > <gd:who email="[EMAIL PROTECTED]" rel="http://schemas.google.com/g/ > 2005#event.organizer" valueString="Philipp Kewisch"/> > <gCal:sendEventNotifications value="false"/> > <gd:when startTime="2008-01-07T09:00:00+01:00" > endTime="2008-01-07T10:00:00+01:00"/> > <gd:extendedProperty name="X-MOZ-LASTACK" value=""/> > <gd:extendedProperty name="X-MOZ-SNOOZE-TIME" value=""/> > <gd:visibility value="http://schemas.google.com/g/ > 2005#event.default"/> > <gd:recurrence>DTSTART;TZID=Africa/Ceuta:20080107T090000 > DTEND;TZID=Africa/Ceuta:20080107T100000 > RRULE:FREQ=WEEKLY;COUNT=5;INTERVAL=1;BYDAY=MO,WE,FR</gd:recurrence> > </entry> > > I recieve a response with similar data, but the important part is as > follows. Note that the DTSTART is now 10:00 - 11:00 instead of the > originally proposed 9:00 - 10:00. > > <gd:recurrence>DTSTART;TZID=Africa/Ceuta:20080107T100000 > DTEND;TZID=Africa/Ceuta:20080107T110000 > RRULE:FREQ=WEEKLY;COUNT=5;INTERVAL=1;BYDAY=MO,WE,FR > BEGIN:VTIMEZONE\nTZID:Africa/Ceuta > X-LIC-LOCATION:Africa/Ceuta > BEGIN:DAYLIGHT > TZOFFSETFROM:+0100 > TZOFFSETTO:+0200 > TZNAME:CEST > DTSTART:19700329T020000 > RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU > END:DAYLIGHT > BEGIN:STANDARD > TZOFFSETFROM:+0200 > TZOFFSETTO:+0100 > TZNAME:CET > DTSTART:19701025T030000 > RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU > END:STANDARD > END:VTIMEZONE</gd:recurrence> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
