Class Event.ExtendedPropertiesData
Extended properties of the event.
Inheritance
System.Object
Event.ExtendedPropertiesData
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class ExtendedPropertiesData : object
Properties
Private__
Properties that are private to the copy of the event that appears on this calendar.
Declaration
public virtual IDictionary<string, string> Private__ { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> |
Shared
Properties that are shared between copies of the event on other attendees' calendars.
Declaration
public virtual IDictionary<string, string> Shared { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> |