Search Results for

    Show / Hide Table of Contents

    Class CalendarResponseType

    Inheritance
    object
    CalendarResponseType
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Graph
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
    Syntax
    public static class CalendarResponseType

    Fields

    | Edit this page View Source

    Accepted

    Declaration
    public const string Accepted = "accepted"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Declined

    Declaration
    public const string Declined = "declined"
    Field Value
    Type Description
    string
    | Edit this page View Source

    None

    Declaration
    public const string None = "none"
    Field Value
    Type Description
    string
    | Edit this page View Source

    NotResponded

    Declaration
    public const string NotResponded = "notResponded"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Organizer

    Declaration
    public const string Organizer = "organizer"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TentativelyAccepted

    Declaration
    public const string TentativelyAccepted = "tentativelyAccepted"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation