Show / Hide Table of Contents

Class Event.ExtendedPropertiesData

Extended properties of the event.

Inheritance
object
Event.ExtendedPropertiesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class Event.ExtendedPropertiesData

Properties

Private__

Properties that are private to the copy of the event that appears on this calendar.

Declaration
[JsonProperty("private")]
public virtual IDictionary<string, string> Private__ { get; set; }
Property Value
Type Description
IDictionary<string, string>

Shared

Properties that are shared between copies of the event on other attendees' calendars.

Declaration
[JsonProperty("shared")]
public virtual IDictionary<string, string> Shared { get; set; }
Property Value
Type Description
IDictionary<string, string>
In this article
Back to top Generated by DocFX