Class TodoTaskItem
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
|
Edit this page
View Source
BodyLastModifiedDateTime
Declaration
[JsonProperty("bodyLastModifiedDateTime")]
public DateTimeOffset? BodyLastModifiedDateTime { get; set; }
Property Value
|
Edit this page
View Source
Categories
Declaration
[JsonProperty("categories")]
public List<string> Categories { get; set; }
Property Value
|
Edit this page
View Source
ChecklistItems
Declaration
[JsonProperty("checklistItems")]
public List<TodoChecklistItem> ChecklistItems { get; set; }
Property Value
|
Edit this page
View Source
CompletedDateTime
Declaration
[JsonProperty("completedDateTime")]
public TodoDateTimeTimeZone CompletedDateTime { get; set; }
Property Value
|
Edit this page
View Source
CreatedDateTime
Declaration
[JsonProperty("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }
Property Value
|
Edit this page
View Source
DueDateTime
Declaration
[JsonProperty("dueDateTime")]
public TodoDateTimeTimeZone DueDateTime { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Importance
Declaration
[JsonProperty("importance")]
public string Importance { get; set; }
Property Value
|
Edit this page
View Source
LastModifiedDateTime
Declaration
[JsonProperty("lastModifiedDateTime")]
public DateTimeOffset? LastModifiedDateTime { get; set; }
Property Value
|
Edit this page
View Source
LinkedResources
Declaration
[JsonProperty("linkedResources")]
public List<TodoLinkedResource> LinkedResources { get; set; }
Property Value
|
Edit this page
View Source
ReminderDateTime
Declaration
[JsonProperty("reminderDateTime")]
public TodoDateTimeTimeZone ReminderDateTime { get; set; }
Property Value
|
Edit this page
View Source
StartDateTime
Declaration
[JsonProperty("startDateTime")]
public TodoDateTimeTimeZone StartDateTime { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Extension Methods