Class EventAttendee
public class EventAttendee : IDirectResponseSchema
- Inheritance
-
EventAttendee
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
EventAttendee()
public EventAttendee()
Properties
AdditionalGuests
Number of additional guests. Optional. The default is 0.
public virtual int? AdditionalGuests { get; set; }
Property Value
- int?
Comment
The attendee's response comment. Optional.
public virtual string Comment { get; set; }
Property Value
DisplayName
The attendee's name, if available. Optional.
public virtual string DisplayName { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
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.
public virtual string Email { get; set; }
Property Value
Id
The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
public virtual string Id { get; set; }
Property Value
Optional
Whether this is an optional attendee. Optional. The default is False.
public virtual bool? Optional { get; set; }
Property Value
- bool?
Organizer
Whether the attendee is the organizer of the event. Read-only. The default is False.
public virtual bool? Organizer { get; set; }
Property Value
- bool?
Resource
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.
public virtual bool? Resource { get; set; }
Property Value
- 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
Self
Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
public virtual bool? Self { get; set; }
Property Value
- bool?