Show / Hide Table of Contents

Class Event.CreatorData

The creator of the event. Read-only.

Inheritance
object
Event.CreatorData
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.CreatorData

Properties

DisplayName

The creator's name, if available.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

Email

The creator's email address, if available.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

Id

The creator's Profile ID, if available.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Self

Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

Declaration
[JsonProperty("self")]
public virtual bool? Self { get; set; }
Property Value
Type Description
bool?
In this article
Back to top Generated by DocFX