create_task
Add a new task to a calendar by providing a title and calendar UID, with optional due date, priority, and status.
Instructions
Create a new task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Task due date (ISO format) | |
| status | No | Task status (NEEDS-ACTION, IN-PROCESS, COMPLETED, CANCELLED) | NEEDS-ACTION |
| account | No | Account alias | |
| summary | Yes | Task title/summary | |
| priority | No | Task priority (1-9, 1 is highest) | |
| related_to | No | List of related component UIDs | |
| description | No | Task description | |
| calendar_uid | Yes | Calendar UID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||