We have an installed appointment scheduling application that we have
interfaced to Google Calendar. The program is used by many organization and
we need to export appointments from multiple employees to their own google
calendars. We use ClientLogin, but we are getting tant results.
Most recently I have been contacted by a user who gets error 403 Forbidden
on authentication. Here is my code:
strURL = "https://www.google.com/accounts/ClientLogin"
strFormData = "Email=" & myEmail & "&Passwd=" & MyPassword & "&source="
& mySource & "&service=cl"
strHeaders =
"Content-Type:application/x-www-form-urlencoded&GData-Version: 2"
GoogConn.Inet1.Execute strURL, "POST", strFormData, strHeaders
Your documentation recommends against using ClientLogin but is there another
method that I can use to export from one computer to multiple Google
accounts.
Jim
--
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