.net - Is there a method to change a Google Calendar's access level? -


I have the following code to create a new calendar for a Gmail contact:

  / / Create and verify a calendar service calendar service service myService = new calendar service ("exampleCo-exampleApp-1"); MyService.setUserCredentials ("email@email.com", "password"); Calendar entry calendar = new calendar entry {title = {text = "example title"}, summary = {text = "example summary"}, timezone = "Europe / London", hidden = false, color = "# 2952 A3" , Location = new ("", "", "location"),}; Uri PostURI = new Uri ("https://www.google.com/calendar/feeds/default/owncalendars/full"); Calendar created calendar Calendar = (calendarInterity) myService.Insert (PostURI, Calendar);   

Can I use some other method or property to share this calendar in the constructor or after it has been created? I've seen everything through, but nothing has been jumping, googling and looking around this site, but there was no luck.

I have seen how to use the level of each event indidually, but not the entire calendar which is possible by clicking through Google's calendar settings.

Thanks

itemprop = "text">

Anyone who comes on this found a crashing:

  string post = error = string.Empty; // Note it can change in the future! String feed string = created calendars. Id AzoluteURI.list indexEX ("/") + 1; PostUustring = Feed strings asbestring (0, feedstring.lambi - 28); Eclatrient Entry = New Eccentry (); Entry.Scope = New ASSSSCODE (); Entry.Scope.Type = AclScope.SCOPE_DEFAULT; Entry. Roll = new eclol (); Entry. Roll = eclarol.acl_CALENDAR_READ; Uri aclUri = new Uri ("http://www.google.com/calendar/feeds/" + Poststruster + "group @ calendar.google.com" + "/" ACL / full "); Enter Entry Entry = myService.Insert (aclUri, entry);    

Comments