Represents a task in Todoist.
See
https://todoist.com/api/v1/docs#tag/Tasks
Extends
TypeOf
<typeof TaskSchema
>
Properties
Property | Type |
---|
assigneeId | null | string |
assignerId | null | string |
content | string |
createdAt | string |
creatorId | string |
deadline | | null | { date : string ; lang : string ; } |
description | string |
due | | null | { date : string ; datetime : null | string ; isRecurring : boolean ; lang : null | string ; string : string ; timezone : null | string ; } |
duration | | null | { amount : number ; unit : "minute" | "day" ; } |
id | string |
isCompleted | boolean |
labels | string [] |
order | number |
parentId | null | string |
priority | number |
projectId | string |
sectionId | null | string |
url | string |