Interface IGraphEventResponseStatus
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
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; }