On Wed, Nov 26, 2008 at 7:58 AM, Charlie Wood <[email protected]> wrote:
>
> If I try to create a recurring event with this recurrence rule:
>
> DTSTART;TZID=America/Chicago:20081102T022241
> DURATION:PT7200S
> RRULE:FREQ=WEEKLY;INTERVAL=1
> (with no VTIMEZONE definitions)
>
> the event is (consistently) created with this recurrence rule:
>
> DTSTART;TZID=America/Chicago:20081102T032241
> DTEND;TZID=America/Chicago:20081102T052241
> RRULE:FREQ=WEEKLY;INTERVAL=1
> (plus the VTIMEZONE definitions)
>
> Note that the start time has shifted 1 hour. Note also that the start
> date is November 2, which in 2008 was a DST boundary date. If I change
> the start date, the correct start time is returned.
>
> Is this a bug?

Charlie,
When I create an event with the following data:

<entry xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/";
xmlns:batch="http://schemas.google.com/gdata/batch";
xmlns:gCal="http://schemas.google.com/gCal/2005";
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"/>
<title type="text">Recurrence Test</title>
<gd:recurrence>
DTSTART;TZID=America/Chicago:20081102T022241
DURATION:PT7200S
RRULE:FREQ=WEEKLY;INTERVAL=1
</gd:recurrence>
</entry>

I get the following back:

<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="http://www.w3.org/2005/Atom";
xmlns:batch="http://schemas.google.com/gdata/batch";
xmlns:gCal="http://schemas.google.com/gCal/2005";
xmlns:gd="http://schemas.google.com/g/2005";>
<id>http://www.google.com/calendar/feeds/default/private/full/0mk5qb9dftms3nh3p4a1ca71lo</id>
<published>2008-12-16T22:53:33.000Z</published>
<updated>2008-12-16T22:53:33.000Z</updated>
<category scheme="http://schemas.google.com/g/2005#kind";
term="http://schemas.google.com/g/2005#event"/>
<title type="text"/>
<content type="text"/>
<link rel="alternate" type="text/html"
href="http://www.google.com/calendar/event?eid=MG1rNXFiOWRmdG1zM25oM3A0YTFjYTcxbG8gdG1qZGV2QG0";
title="alternate"/>
<link rel="self" type="application/atom+xml"
href="http://www.google.com/calendar/feeds/default/private/full/0mk5qb9dftms3nh3p4a1ca71lo"/>
<link rel="edit" type="application/atom+xml"
href="http://www.google.com/calendar/feeds/default/private/full/0mk5qb9dftms3nh3p4a1ca71lo/63365151213"/>
<author>
    <name>Trevor Johns</name>
    <email>[email protected]</email>
</author>
<gd:comments>
    <gd:feedLink
href="http://www.google.com/calendar/feeds/default/private/full/0mk5qb9dftms3nh3p4a1ca71lo/comments"/>
</gd:comments>
<gd:eventStatus value="http://schemas.google.com/g/2005#event.confirmed"/>
<gd:visibility value="http://schemas.google.com/g/2005#event.default"/>
<gd:transparency value="http://schemas.google.com/g/2005#event.opaque"/>
<gCal:uid value="[email protected]"/>
<gCal:sequence value="0"/>
<gd:when startTime="2008-12-16T17:53:33.000-05:00"
endTime="2008-12-16T17:53:33.000-05:00"/>
<gd:who rel="http://schemas.google.com/g/2005#event.organizer";
valueString="Trevor Johns" email="[email protected]"/>
<gd:where/>
</entry>

So, something doesn't look right. I'm not seeing any errors in the
logs for this, so I'm not sure what's going on here.

I've opened a defect report to track this:

    http://code.google.com/p/gdata-issues/issues/detail?id=941

-- 
Trevor Johns

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