Alain

I am still getting a 400 Status. My ATOM XML and Headers are as follows

    Dim xmlhttp
    Set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
    xmlhttp.Open "POST", 
"http://www.google.com/calendar/feeds/a1b4nd9q5tuutfrfg5mduium2c%40group.calendar.google.com/private/full?gsessionid=FucskmrxTOTiSq2m0ZR-sQ";,
 
False
    xmlhttp.SetRequestHeader "Content-type", "application/atom+xml"
    xmlhttp.SetRequestHeader "X-HTTP-Method-Override", "DELETE"
    xmlhttp.SetRequestHeader "Authorization", "GoogleLogin auth=" & GetAuth
    xmlhttp.Send ""

A question: Should the URL be the whole URL that is returned when an entry 
is added, or just the gsessionid value (FucskmrxTOTiSq2m0ZR-sQ)?

Or is there something else obviously wrong above?

Thanks for you help thusfar
Kevin

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to