Table of Contents

Interface IGraphEventAttendee

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Represents properties of the attendee of an event

public interface IGraphEventAttendee : IDataModel<IGraphEventAttendee>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphEventAttendee>
Inherited Members
Extension Methods

Properties

EmailAddress

Includes the name and SMTP address of the attendee.

IGraphEmailAddress EmailAddress { get; set; }

Property Value

IGraphEmailAddress

ResponseStatus

The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent.

IGraphEventResponseStatus ResponseStatus { get; }

Property Value

IGraphEventResponseStatus

TimeSlot

An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event.

IGraphTimeSlot TimeSlot { get; }

Property Value

IGraphTimeSlot

Type

The type of the attendee

EventAttendeeType Type { get; set; }

Property Value

EventAttendeeType