Hi

I must use HTTP requests (as shown in the first posting)  - without using a 
Lib.

To get the auth Token i use ...
  
        objHTTP.Open "POST", "https://www.google.com/accounts/ClientLogin";, 
False
        objHTTP.setRequestHeader "GData-Version", "2"
        objHTTP.setRequestHeader "Content-Type", 
"application/x-www-form-urlencoded"
        objHTTP.send ("accountType=GOOGLE&Email=" & EMail & "& Passwd=" & 
password & "&service=cl"  & "&source=" & "a-a-1.1")
        
Can anybody validate this problem?
Regards

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