Hello everyone,
I'm connecting to my Google Calendar through Google libraries
following the lead that Google has released me the same (. NET Client
Library
Developer's Guide - Google Data Protocol - Google Code).
I am connected using this code:
'/////////////////////////
Dim query As New Google.GData.Calendar.EventQuery =
Google.GData.Calendar.EventQuery
Dim service As New Google.GData.Calendar.CalendarService =
Google.GData.Calendar.CalendarService ("test-application-name ")
service.setUserCredentials (uid, pwd)
= New query.Uri
Uri ("http://www.google.com/calendar/feeds/default/private/full)
Dim As calFeed Google.GData.Calendar.EventFeed service.Query = (query)
Dim As feedEntry Google.GData.Calendar.EventEntry
For Each feedEntry In calFeed.Entries
Msgbox (feedEntry.Title.Text)
Next
'///////////////////////////
where uid and pwd is a username and password for Google.
The program works well and good, I find the titles and sends them to
me
output.
But there is a problem: I do not recall the celebrations! if I have an
appointment
that happens I do not see.
What is the problem? I must add something else to the code? I
tried searching but nothing ...
Thank you!
--
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