Is it really possible to have access with api and ClientLogin??? 
I think that does not work.

HTTP.Open "GET", 
"https://www.google.com/calendar/feeds/default/allcalendars/full";, False
HTTP.setRequestHeader "Authorization", "GoogleLogin auth=" & 
myClientLoginAuth  ' < used: cl
HTTP.setRequestHeader "Content-Type", "application/atom+xml" ' 
"application/x-www-form-urlencoded"
HTTP.setRequestHeader "GData-Version", "2"
HTTP.send

Regards
klaus

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