Hello

still not working... ClientLogin + modifying/getting existing events
in a secondary Calendar is working, but not uploading new ones...
example:

POST (with sessionid attached), %40 or @ ... tried:
http://www.google.com/calendar/feeds/[EMAIL 
PROTECTED]/private/full?gsessionid=xxxxxxxxxxxxxx

with HEADERS (VB6 winhttp syntax):
wHttp.SetRequestHeader "Content-Type", "application/atom+xml"
wHttp.SetRequestHeader "Authorization", "GoogleLogin auth=" & AuthCode


"Minimal" EXAMPLE wHttp.Send "<entry...":

<entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://
schemas.google.com/g/2005'>
<category scheme='http://schemas.google.com/g/2005#kind' term='http://
schemas.google.com/g/2005#event'></category>
<title type='text'>test2</title>
<gd:transparency value='http://schemas.google.com/g/
2005#event.opaque'></gd:transparency>
<gd:visibility value='http://schemas.google.com/g/2005#event.public'></
gd:visibility>
<gd:when startTime='2008-04-08T14:00:00.000Z'
endTime='2008-04-08T14:30:00.000Z'></gd:when>
</entry>

ANSWER:

wHttp.ResponseText = "Server Error"
wHttp.Status = 500
wHttp.StatusText = "Internal Server Error"

I don't "see" any errors, hmm...

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