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 开发者_StackOverflow中文版?
Thanx
EventEntry.EventVisibility
property is what you are looking for.
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 开发者_StackOverflow中文版?
Thanx
EventEntry.EventVisibility
property is what you are looking for.
精彩评论