1 message in com.googlegroups.google-calendar-help-dataapiSending a POST update
FromSent OnAttachments
GBNi...@gmail.com21 Jan 2008 23:27 
Subject:Sending a POST update
From:GBNi...@gmail.com (GBNi@gmail.com)
Date:01/21/2008 11:27:58 PM
List:com.googlegroups.google-calendar-help-dataapi

When I send the below xml it won't update the record even though the edit url link is specified. If I send it as a batch it accepts it and updates the record. Though I need to pass 2 records into the batch before it succeeds. Oddly if I send a single update in a batch it fails and creates a record without a subject or body and seems to create it at 3.12 the following day. Can you see anything wrong with this xml or is there something missing?. thanks for the help so far.

<?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" /> <id>http://www.google.com/calendar/feeds/default/private/full/ t7r2id0lttl90u7ml0fbppmjs0</id> <title type="text">Test Post Update</title> <link rel="edit" type="application/atom+xml" href="http:// www.google.com/calendar/feeds/default/private/full/t7r2id0lttl90u7ml0fbppmjs0/63336658533" /> <content type="text">Nothing.</content> <gd:eventStatus value="http://schemas.google.com/g/ 2005#event.confirmed" /> <gd:transparency value="http://schemas.google.com/g/ 2005#event.opaque" /> <gd:where valueString="Here." /> <gd:when startTime="2008-01-21T00:00:00.000+00:00" endTime="2008-01-21T01:00:00.000+00:00" />