Create a task
sp_task_createCreate a new task with title, due dates, project, tags, and time estimates, or add it as a subtask of an existing task.
Instructions
Creates a new task. A subtask (parentId set) inherits the parent's project and cannot have its own tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | Yes | ||
| dueDay | No | YYYY-MM-DD | |
| isDone | No | ||
| tagIds | No | ||
| parentId | No | ||
| plannedAt | No | Unix timestamp, ms | |
| projectId | No | ||
| timeSpent | No | Milliseconds | |
| deadlineDay | No | YYYY-MM-DD, mutually exclusive with deadlineWithTime | |
| dueWithTime | No | Unix timestamp, ms | |
| timeEstimate | No | Milliseconds | |
| deadlineRemindAt | No | ||
| deadlineWithTime | No | Unix timestamp, ms, mutually exclusive with deadlineDay |