Looking at the example, I am trying to request the initial feed. Here
is my test code:
.............
Imports System.Xml
Imports Google.GData.Client
Imports Google.GData.GoogleBase
Imports Google.GData.Calendar
Public Class Form1
'Dim batchFeed As GBaseFeed
'Dim entryArray As New ArrayList
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Create a query and service object:
Dim query As FeedQuery = New FeedQuery()
Dim service As Service = New Service("c1",
"UVM-ScheduleRevision-1")
'Set your credentials:
service.setUserCredentials("[EMAIL PROTECTED]",
"PASSWORD")
'Create the query object:
query.Uri = New
Uri("http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private/full")
'Tell the service to query:
Dim calFeed As AtomFeed = service.Query(query)
....................
It fails at the last line "execution of authentication request failed."
I'm still working on it, but I was just wondering if you had any
ideas.
Thanks a ton!!!
GiantsFanMan11
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---