HI Frank, To answer your questions: a) you get a 302 back in that case? b) do you get a location header back? c) how does the .NET lib react on that return? I assume you get an exception?
Part of the problem is that the debug log does not actually show the http headers. I assume the status is 302, but I don't know. The C# interface gives me no way to query down to the http response level, at least not the public interfaces I have examined in the client lib. The Batch() call does NOT cause an exception, it just returns a feed object (like normally), except that the returned feed has no entries in it (normally there's an entry for every entry in the original upload, telling me what the status was for that entry -- 201 "Created" is the normal result). I don't even know how to query the feed to determine that there was a problem, currently I only know something didn't work because the result feed is empty. Frustrating.... > >>http://groups.google.com/group/google-calendar-help-dataapi/ > >> browse_thread/thread/8554c77f06631781/c692c3e6c20d0037? > >> lnk=gst&q=bobb#c692c3e6c20d0037 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
