When I add a reminder to an existing event using the batch:update
command, the event is unchanged.
Here's the batch entry I sent:
<entry xmlns:app="http://purl.org/atom/app#" xmlns:gd="http://
schemas.google.com/g/2005" xmlns:gCal="http://schemas.google.com/gCal/
2005" xmlns:batch="http://schemas.google.com/gdata/batch"
xmlns="http://www.w3.org/2005/Atom">
<gd:transparency value="http://schemas.google.com/g/
2005#event.opaque"></gd:transparency>
<batch:operation type="update"></batch:operation>
<gd:when startTime="2008-04-05T16:00:00-07:00"
endTime="2008-04-05T17:00:00-07:00">
<gd:reminder minutes="15" method="alert"></gd:reminder>
</gd:when>
<gd:eventStatus value="http://schemas.google.com/g/
2005#event.confirmed"></gd:eventStatus>
<gd:visibility value="http://schemas.google.com/g/
2005#event.default"></gd:visibility>
<id>http://www.google.com/calendar/feeds/
uqirf7fklvrfhsecn5qpeo8nt8%40group.calendar.google.com/private/full/
39697hock0ad1tpi4b3vtip52g</id>
<title>Test</title>
<content>add reminder from iCal</content>
<link rel="edit" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/uqirf7fklvrfhsecn5qpeo8nt8%40group.calendar.google.com/private/full/39697hock0ad1tpi4b3vtip52g/63342755458"></link>
<author>
<name>David Riggle</name>
<email>[EMAIL PROTECTED]</email>
</author>
<category scheme="http://schemas.google.com/g/2005#kind"
term="http://schemas.google.com/g/2005#event"></category>
</entry>
Here's the batch response I got back:
<atom:entry>
<gd:where></gd:where>
<gd:comments>
<gd:feedLink href="http://www.google.com/calendar/feeds/
uqirf7fklvrfhsecn5qpeo8nt8%40group.calendar.google.com/private/full/
39697hock0ad1tpi4b3vtip52g/comments"></gd:feedLink>
</gd:comments>
<gCal:sequence value="0"></gCal:sequence>
<gd:when startTime="2008-04-05T16:00:00-07:00"
endTime="2008-04-05T17:00:00-07:00"></gd:when>
<gd:eventStatus value="http://schemas.google.com/g/
2005#event.confirmed"></gd:eventStatus>
<gCal:uid value="[EMAIL PROTECTED]"></
gCal:uid>
<gd:extendedProperty value="D6212967-7319-49E6-9A66-
DE1C0682D21C" name="busymac.com#uid"></gd:extendedProperty>
<batch:operation type="update"></batch:operation>
<batch:status code="200" reason="Success"></batch:status>
<gd:transparency value="http://schemas.google.com/g/
2005#event.opaque"></gd:transparency>
<gd:who rel="http://schemas.google.com/g/2005#event.organizer"
valueString="Google Test"
email="[EMAIL PROTECTED]"></gd:who>
<gd:visibility value="http://schemas.google.com/g/
2005#event.default"></gd:visibility>
<id>http://www.google.com/calendar/feeds/
uqirf7fklvrfhsecn5qpeo8nt8%40group.calendar.google.com/private/full/
39697hock0ad1tpi4b3vtip52g</id>
<title type="text">Test</title>
<content type="text">add reminder from iCal</content>
<published>2008-04-01T17:24:01Z</published>
<updated>2008-04-01T17:58:04Z</updated>
<atom:link rel="alternate" type="text/html" href="http://
www.google.com/calendar/event?eid=Mzk2OTdob2NrMGFkMXRwaTRiM3Z0aXA1MmcgdXFpcmY3ZmtsdnJmaHNlY241cXBlbzhudDhAZw"
title="alternate"></atom:link>
<atom:link rel="self" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/uqirf7fklvrfhsecn5qpeo8nt8%40group.calendar.google.com/private/full/39697hock0ad1tpi4b3vtip52g"></atom:link>
<atom:link rel="edit" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/uqirf7fklvrfhsecn5qpeo8nt8%40group.calendar.google.com/private/full/39697hock0ad1tpi4b3vtip52g/63342755884"></atom:link>
<author>
<name>David Riggle</name>
<email>[EMAIL PROTECTED]</email>
</author>
<atom:category scheme="http://schemas.google.com/g/2005#kind"
term="http://schemas.google.com/g/2005#event"></atom:category>
</atom:entry>
Is this a known bug?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---