Search Results for

    Show / Hide Table of Contents

    Interface IGraphEventResponseStatus

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

    Inherited Members
    IDataModel<IGraphEventResponseStatus>.Requested
    IDataModel<IGraphEventResponseStatus>.HasValue(String)
    IDataModel<IGraphEventResponseStatus>.HasChanged(String)
    IDataModel<IGraphEventResponseStatus>.IsPropertyAvailable(Expression<Func<IGraphEventResponseStatus, Object>>)
    IDataModel<IGraphEventResponseStatus>.ArePropertiesAvailable(Expression<Func<IGraphEventResponseStatus, Object>>[])
    IDataModel<IGraphEventResponseStatus>.EnsureProperties(Expression<Func<IGraphEventResponseStatus, Object>>[])
    IDataModel<IGraphEventResponseStatus>.EnsurePropertiesAsync(Expression<Func<IGraphEventResponseStatus, Object>>[])
    IDataModel<IGraphEventResponseStatus>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphEventResponseStatus>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphEventResponseStatus>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphEventResponseStatus>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphEventResponseStatus>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphEventResponseStatus>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphEventResponseStatus : IDataModel<IGraphEventResponseStatus>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphEventResponseStatus>

    Properties

    Response

    The type of the attendee

    Declaration
    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

    Declaration
    DateTimeOffset Time { get; }
    Property Value
    DateTimeOffset

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer