I’ve been able to use the GData API to get details on Calendar
appointments for a particular user using their credentials.
Some sample .NET code is below:
Dim googleQuery As New Google.GData.Client.FeedQuery("http://
www.google.com/calendar/feeds/" & Username & "@" & GoogleDomain & "/
private/full")
Dim googleService As New Google.GData.Client.Service("cl", "org-
app-1")
googleService.setUserCredentials(Username & "@" & GoogleDomain,
Password)
Dim calendarFeed As Google.GData.Client.AtomFeed = googleService.Query
(googleQuery)
However, I can’t seem to find the correct URL and/or service name for
accessing MAIL.
Anyone have any thoughts? Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---