views:

46

answers:

1

Hi,

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

+2  A: 

EventEntry.EventVisibility property is what you are looking for.

alt text

Ismail