Hey all,

I'm attempting to do a large number of queries at once with a batch
request, but I keep hitting an error with "Invalid entry Id/Uri".
Basically, I'm looking for a way to query a large number of shared
calendars at once, for scheduling.

A sample of the xml I'm sending to the server is this:

<atom:feed xmlns:atom='http://www.w3.org/2005/Atom'>
<atom:entry xmlns:default='http://schemas.google.com/gdata/batch'>
<default:id xmlns='http://schemas.google.com/gdata/batch'>1</
default:id>
<atom:id>http://www.google.com/calendar/feeds/camden%40jaunter.com/
private/full</atom:id>
<default:operation xmlns='http://schemas.google.com/gdata/batch'
type='query'/></atom:entry></atom:feed>

I'm assuming that the atom:id is incorrect, as the batch:id is just a
counter for the number of requests in the batch.  In the examples in
the dev guide, the atom:ids are formatted like this:
http://www.google.com/calendar/feeds/default/private/full/ujm0go5dtngdkr6u91dcqvj0qs

How do I retrieve or convert my urls to match that format?  I am
highly confused here.

Is what I'm doing even possible?  Can a batch query hit multiple
shared calendars at once, or is it merely a batch of queries for one
single calendar?




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