calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.Event.OrganizerData Class Reference

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. More...

Properties

virtual string DisplayName [get, set]
 The organizer's name, if available.
virtual string Email [get, set]
 The organizer's email address, if available.
virtual string Id [get, set]
 The organizer's Profile ID, if available.
virtual System.Nullable< bool > Self [get, set]
 Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

Detailed Description

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.

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.Event.OrganizerData.DisplayName
getset

The organizer's name, if available.

virtual string Google.Apis.Calendar.v3.Data.Event.OrganizerData.Email
getset

The organizer's email address, if available.

virtual string Google.Apis.Calendar.v3.Data.Event.OrganizerData.Id
getset

The organizer's Profile ID, if available.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.Event.OrganizerData.Self
getset

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


The documentation for this class was generated from the following file: