Interface IGraphEventResponseStatus
The response status of an attendee or organizer for a meeting request.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphEventResponseStatus : IDataModel<IGraphEventResponseStatus>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphEventResponseStatus>
Properties
Response
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
Declaration
DateTimeOffset Time { get; }
Property Value
DateTimeOffset
|