I'am using the Client/Login method to send/receive request to/from
Google Calendar

Here is an extract of my code :

  wStrPostContent =
"accountType=HOSTED_OR_GOOGLE&Email=******&Passwd=*******&service=cl&source=***-
*****-2.1"
    wStrAuthUrl = "https://www.google.com/accounts/ClientLogin";
  zConnexion.SetPostContent(wStrPostContent ,"application/x-www-form-
urlencoded")
  wStrReponse = zConnexion.Post(wStrAuthUrl, 10)
  zAuthKey = wStrReponse.NthField("Auth=",2)
  wAuthKey = "GoogleLogin auth="+zAuthKey
  zConnexion.SetRequestHeader("GData-Version", "2.1")
  zConnexion.SetRequestHeader("Authorization",wAuthKey)
  zConnexion.SetRequestHeader("X-If-No-Redirect","1")

I can receive feeds but i don't have any etag ... I looked for a
solution in this groups but the Header GDAta-version solution doesn't
work...

If someone has an idea...

kaz42

P.S : zConnexion is an HTTPSecureSocket

--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to