Chaps

I know Classic ASP is not supported, but is there a way of using Classic 
ASPs MSXML2.ServerXMLHTTP object to interact with the Google API?

>From what I can see of the documentation, you can interact by sending and 
recieving ATOM XML so in theory ANY language that can send and receive XML 
could be used?

Set xmlhttp = server.Createobject("MSXML2.ServerXMLHTTP")
xmlhttp.Open "POST", url, false
xmlhttp.setRequestHeader "Content-Type", "text/xml" 
xmlhttp.send information

response.Write xmlhttp.ResponseText
Set xmlhttp = Nothing

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