calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.EventAttendee Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.EventAttendee:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< int > AdditionalGuests [get, set]
 Number of additional guests. Optional. The default is 0.
virtual string Comment [get, set]
 The attendee's response comment. Optional.
virtual string DisplayName [get, set]
 The attendee's name, if available. Optional.
virtual string Email [get, set]
 The attendee's email address, if available. This field must be present when adding an attendee.
virtual string Id [get, set]
 The attendee's Profile ID, if available.
virtual System.Nullable< bool > Optional [get, set]
 Whether this is an optional attendee. Optional. The default is False.
virtual System.Nullable< bool > Organizer [get, set]
 Whether the attendee is the organizer of the event. Read-only. The default is False.
virtual System.Nullable< bool > Resource [get, set]
 Whether the attendee is a resource. Read-only. The default is False.
virtual string ResponseStatus [get, set]
 The attendee's response status. Possible values are: - "needsAction" - The attendee has not responded to the invitation. - "declined" - The attendee has declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation. - "accepted" - The attendee has accepted the invitation.
virtual System.Nullable< bool > Self [get, set]
 Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual System.Nullable<int> Google.Apis.Calendar.v3.Data.EventAttendee.AdditionalGuests
getset

Number of additional guests. Optional. The default is 0.

virtual string Google.Apis.Calendar.v3.Data.EventAttendee.Comment
getset

The attendee's response comment. Optional.

virtual string Google.Apis.Calendar.v3.Data.EventAttendee.DisplayName
getset

The attendee's name, if available. Optional.

virtual string Google.Apis.Calendar.v3.Data.EventAttendee.Email
getset

The attendee's email address, if available. This field must be present when adding an attendee.

virtual string Google.Apis.Calendar.v3.Data.EventAttendee.ETag
getset

The ETag of the item.

virtual string Google.Apis.Calendar.v3.Data.EventAttendee.Id
getset

The attendee's Profile ID, if available.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.EventAttendee.Optional
getset

Whether this is an optional attendee. Optional. The default is False.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.EventAttendee.Organizer
getset

Whether the attendee is the organizer of the event. Read-only. The default is False.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.Data.EventAttendee.Resource
getset

Whether the attendee is a resource. Read-only. The default is False.

virtual string Google.Apis.Calendar.v3.Data.EventAttendee.ResponseStatus
getset

The attendee's response status. Possible values are: - "needsAction" - The attendee has not responded to the invitation. - "declined" - The attendee has declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation. - "accepted" - The attendee has accepted the invitation.

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

Whether this entry represents 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: