Interface IGraphEventAttendee
Represents properties of the attendee of an event
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphEventAttendee : IDataModel<IGraphEventAttendee>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphEventAttendee>
Properties
EmailAddress
Includes the name and SMTP address of the attendee.
Declaration
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.
Declaration
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.
Declaration
IGraphTimeSlot TimeSlot { get; }
Property Value
IGraphTimeSlot
|
Type
The type of the attendee
Declaration
EventAttendeeType Type { get; set; }
Property Value
EventAttendeeType
|