Hiii

I am using visual studio 2005 and coding in vb.net for a web
application...I am using the google calendar api to insert events into
the google calendar...This is a part of the code that im using..


Dim service As New CalendarService("Insure Socket")
service.setUserCredentials(userName, passWord)
query.Uri = New Uri(calendarURI)
Dim calFeed As EventFeed = service.Query(query)


When i add an event for the first time...everything works fine....then
when i again go and add an event i get an error at the line "Dim
calFeed As EventFeed = service.Query(query)"...The third time i add an
event it works..but th efourth time time doesnt work....so it works
only alternately....The error that i get is as
follows..Google.GData.Client.GDataRequestException {"Execution of
authentication request failed"}

What could the problem be? Is this the right way to authenticate for a
web application? Thanks in advance...


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