On Tue, Nov 4, 2008 at 7:06 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Is there any way to update multiple entries at a time?
>
> For instance if I retrieve a queryfeed and then want to add an
> extendedproperty to all of the entries.
>
> I saw someone making an experiment in the.net framework with an
> eventlist, but I wasn't able to find any .gdata eventlist.

There isn't a way to just say "please apply this extended property to
all entries".

However, you can consolidate all of your individual requests to do so
into a batch request. The XML is still mostly the same (you'll need to
include each event entry that you want to modify), but requires fewer
requests, so it's better from a performance perspective.

This is documented here:

    http://code.google.com/apis/calendar/developers_guide_protocol.html#batch

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