Table of Contents

Class Event.CreatorData

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll

The creator of the event. Read-only.

public class Event.CreatorData : Object
Inheritance
Event.CreatorData

Constructors

CreatorData()

public CreatorData()

Properties

DisplayName

The creator's name, if available.

public virtual string DisplayName { get; set; }

Property Value

string

Email

The creator's email address, if available.

public virtual string Email { get; set; }

Property Value

string

Id

The creator's Profile ID, if available.

public virtual string Id { get; set; }

Property Value

string

Self

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

public virtual Nullable<bool> Self { get; set; }

Property Value

Nullable<bool>