Search code examples
c#google-apigoogle-calendar-apigdata-apigdata

How to add "Privacy" details in Google Calendar using Google API Version 2


I am using Google API Version 2 fo .NET to create Google Calendar Entries. How can we set "Privacy" (Default,Public,Private) in Google Calendar ?

Thanx


Solution

  • EventEntry.EventVisibility property is what you are looking for.

    alt text