calendar  v3
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. More...
 
virtual string Comment [get, set]
 The attendee's response comment. Optional. More...
 
virtual string DisplayName [get, set]
 The attendee's name, if available. Optional. More...
 
virtual string Email [get, set]
 The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee. More...
 
virtual string Id [get, set]
 The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API More...
 
virtual System.Nullable< bool > Optional [get, set]
 Whether this is an optional attendee. Optional. The default is False. More...
 
virtual System.Nullable< bool > Organizer [get, set]
 Whether the attendee is the organizer of the event. Read-only. The default is False. More...
 
virtual System.Nullable< bool > Resource [get, set]
 Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False. More...
 
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. More...
 
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. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ AdditionalGuests

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

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

◆ Comment

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

The attendee's response comment. Optional.

◆ DisplayName

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

The attendee's name, if available. Optional.

◆ Email

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. It must be a valid email address as per RFC5322. Required when adding an attendee.

◆ ETag

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

The ETag of the item.

◆ Id

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

The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API

◆ Optional

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

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

◆ Organizer

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.

◆ Resource

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

Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False.

◆ ResponseStatus

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.

◆ Self

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: