Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Try
  2. Dim myService As New CalendarService("test")
  3. myService.setUserCredentials(user_name, user_password)
  4. Dim query As New CalendarQuery()
  5. query.Uri = New Uri("https://www.google.com/calendar/feeds/default/owncalendars/full")
  6. Dim resultFeed As CalendarFeed = DirectCast(myService.Query(query), CalendarFeed)
  7. Catch ex As Exception
  8. lblerror.Text = ex.ToString
  9. connect = 0
  10. End Try
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement