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

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. It corresponds to the id field in the People collection of the Google+ API

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 bool? Self { get; set; }

Property Value

bool?