Search Results for

    Show / Hide Table of Contents

    Class CalendarScheduleRequest

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

    Properties

    | Edit this page View Source

    AvailabilityViewInterval

    Declaration
    [JsonProperty("availabilityViewInterval")]
    public int? AvailabilityViewInterval { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    EndTime

    Declaration
    [JsonProperty("endTime")]
    public CalendarDateTimeTimeZone EndTime { get; set; }
    Property Value
    Type Description
    CalendarDateTimeTimeZone
    | Edit this page View Source

    Schedules

    Declaration
    [JsonProperty("schedules")]
    public List<string> Schedules { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    StartTime

    Declaration
    [JsonProperty("startTime")]
    public CalendarDateTimeTimeZone StartTime { get; set; }
    Property Value
    Type Description
    CalendarDateTimeTimeZone

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation