sp_create_task
Create a new task in Super Productivity with title, notes, due dates, project, tags, and time estimates. Set subtasks, planned times, and completion status to organize work.
Instructions
Create a new task in Super Productivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | Yes | Task title (required) | |
| dueDay | No | Due date, day only, no specific time ("Termin") as YYYY-MM-DD. Use dueWithTime instead if a specific time matters. | |
| isDone | No | ||
| tagIds | No | ||
| parentId | No | Create as a subtask of this top-level task id. Cannot be combined with projectId or tagIds. | |
| plannedAt | No | When you plan to work on the task ("Zaplanuj"), as a timestamp in ms since epoch — distinct from the due date. | |
| projectId | No | Project id, e.g. "INBOX_PROJECT" for the inbox | |
| timeSpent | No | Time already spent on the task, in milliseconds | |
| dueWithTime | No | Due date and time ("Termin do") as a timestamp in ms since epoch. Use this instead of dueDay when the deadline has a specific time, not just a day. | |
| timeEstimate | No | Estimated duration in milliseconds |