create_task
Create tasks in Vikunja projects, specifying title, description, priority, dates, progress, and repeat behavior. Repeating tasks reopen automatically when marked done.
Instructions
Create a task in a project.
start_date and end_date are ISO 8601 datetimes marking the window you
plan to work on the task (start work / finish work), distinct from
due_date (the deadline).
percent_done is a fraction despite the name. A quarter done is 0.25. Vikunja
does not validate it, and 50 is stored as 50.
repeat_after is a number of seconds, and repeating happens when the task is
marked done: it reopens itself and moves its due date and reminders forward.
repeat_mode is 0 to advance by repeat_after, 1 to repeat monthly and ignore
repeat_after, or 2 to count from the day it was completed. Give a repeating
task a due_date. It reopens whether or not there is a date to advance, and one
with no dates can never be closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| due_date | No | ||
| end_date | No | ||
| priority | No | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| is_favorite | No | ||
| repeat_mode | No | ||
| percent_done | No | ||
| repeat_after | No |