Hello!

i'm trying to create a Calendar Resource (Google Apps for Business) using 
Client Login authentication:

Dim CalService As New CalendarResourceService("confindustria.prato.it", 
"GoogleCalendarModule")

        
CalService.setUserCredentials("[email protected]", 
"dellavalle")

        CalService.Credentials.ClientToken = 
CalService.QueryClientLoginToken

        Dim Entry As AppsExtendedEntry = 
CalService.CreateCalendarResource("CR-NYC-14-12-BR", "Test", 
"ProvaDescrizione", "Azienda")

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

Reply via email to