Table of Contents

Class EventAttendee

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class EventAttendee : Object, IDirectResponseSchema
Inheritance
EventAttendee
Implements
IDirectResponseSchema

Constructors

EventAttendee()

public EventAttendee()

Properties

AdditionalGuests

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

public virtual Nullable<int> AdditionalGuests { get; set; }

Property Value

Nullable<int>

Comment

The attendee's response comment. Optional.

public virtual string Comment { get; set; }

Property Value

string

DisplayName

The attendee's name, if available. Optional.

public virtual string DisplayName { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Email

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

public virtual string Email { get; set; }

Property Value

string

Id

The attendee's Profile ID, if available.

public virtual string Id { get; set; }

Property Value

string

Optional

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

public virtual Nullable<bool> Optional { get; set; }

Property Value

Nullable<bool>

Organizer

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

public virtual Nullable<bool> Organizer { get; set; }

Property Value

Nullable<bool>

Resource

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

public virtual Nullable<bool> Resource { get; set; }

Property Value

Nullable<bool>

ResponseStatus

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.

public virtual string ResponseStatus { get; set; }

Property Value

string

Self

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