Table of Contents

Interface IGraphEventResponseStatus

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

The response status of an attendee or organizer for a meeting request.

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

Properties

Response

The type of the attendee

EventResponse Response { get; }

Property Value

EventResponse

Time

The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z

DateTimeOffset Time { get; }

Property Value

DateTimeOffset