create_task
Create a new task in a Taskboi project with optional due date, time, priority, parent task, description, and recurrence rule.
Instructions
Create a new task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The task title | |
| dueDate | No | Due date in YYYY-MM-DD format | |
| dueTime | No | Due time in HH:MM format (24-hour). Omit for no specific time. | |
| parentId | No | Parent task ID for subtasks | |
| priority | No | Priority: 0=none, 1=urgent, 2=high, 3=normal, 4=low | |
| projectId | Yes | The project ID to add the task to | |
| description | No | Task description | |
| recurrenceRule | No | Recurrence rule (RRULE format): FREQ=DAILY, FREQ=WEEKLY, FREQ=MONTHLY, FREQ=YEARLY, or with options like FREQ=WEEKLY;BYDAY=MO,WE,FR |