Hello Austin,

Thanks for the reply and I am sorry for the delay responding. Yes,
after doing a few tests according to the dev guide, it really does
seem that a batched update request is being dropped. Here is what I
did: clear the calendar completely from the web interface, add one
event, and sign out; retrieve the single event through
the API; change the title and keep everything else (including id and
edit link), and immediately post it back with a batch:id,
batch:operation etc. Nothing happened except for a modified update
time on the calendar. No errors.

My program is the only API client.

However, an individual update request (a PUT to the edit link) does
work. While this is good news, it now feels like a workaround ... A
batched operation is perfect for my project.

Regards,
Tushar

On Dec 27 2007, 3:51 pm, "Austin (Google)" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> Are you using a fresh edit URL in your batch update/delete?  The edit URL
> changes over time to handle versioning, this is why it needs to be fetched
> fresh each time you are about to update/delete an event.  For detailed
> information on batch protocol, please go to:
>
> http://code.google.com/apis/calendar/developers_guide_protocol.html#b...
>
> Hope it helps,
> Austin
>
> On Dec 27, 2007 1:40 PM, Tushar Samant <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi,
>
> > I couldn't find anything in this group relevant to my problem: I post
> > a batch with an update or delete operation, and what I get back is an
> > empty feed, i.e. just an envelope with no entries. The intended
> > changes don't show up on the calendar.
>
> > I do include "edit" links in the batches. There are no errors; it just
> > seems to silently drop updates and deletes.
>
> > Batches with inserts work fine.
>
> > I will post a request and response if necessary. I am not using any
> > library, just raw posts. But for what it's worth the posts are
> > generated with Perl.
>
> > Best,
> > Tushar Samant
--~--~---------~--~----~------------~-------~--~----~
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