Table of Contents

Class Event.OrganizerData

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

The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.

public class Event.OrganizerData : Object
Inheritance
Event.OrganizerData

Constructors

OrganizerData()

public OrganizerData()

Properties

DisplayName

The organizer's name, if available.

public virtual string DisplayName { get; set; }

Property Value

string

Email

The organizer's email address, if available.

public virtual string Email { get; set; }

Property Value

string

Id

The organizer's Profile ID, if available.

public virtual string Id { get; set; }

Property Value

string

Self

Whether the organizer 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>