Search Results for

    Show / Hide Table of Contents

    Class TodoTaskItem

    Inheritance
    object
    TodoTaskItem
    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 TodoTaskItem

    Properties

    | Edit this page View Source

    Body

    Declaration
    [JsonProperty("body")]
    public TodoItemBody Body { get; set; }
    Property Value
    Type Description
    TodoItemBody
    | Edit this page View Source

    BodyLastModifiedDateTime

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

    Categories

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

    ChecklistItems

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

    CompletedDateTime

    Declaration
    [JsonProperty("completedDateTime")]
    public TodoDateTimeTimeZone CompletedDateTime { get; set; }
    Property Value
    Type Description
    TodoDateTimeTimeZone
    | Edit this page View Source

    CreatedDateTime

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

    DueDateTime

    Declaration
    [JsonProperty("dueDateTime")]
    public TodoDateTimeTimeZone DueDateTime { get; set; }
    Property Value
    Type Description
    TodoDateTimeTimeZone
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Importance

    Declaration
    [JsonProperty("importance")]
    public string Importance { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LastModifiedDateTime

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

    LinkedResources

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

    ReminderDateTime

    Declaration
    [JsonProperty("reminderDateTime")]
    public TodoDateTimeTimeZone ReminderDateTime { get; set; }
    Property Value
    Type Description
    TodoDateTimeTimeZone
    | Edit this page View Source

    StartDateTime

    Declaration
    [JsonProperty("startDateTime")]
    public TodoDateTimeTimeZone StartDateTime { get; set; }
    Property Value
    Type Description
    TodoDateTimeTimeZone
    | Edit this page View Source

    Status

    Declaration
    [JsonProperty("status")]
    public string Status { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Title

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    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