create_action
Create a task or to-do item, optionally linked to an event, with assignee, due date, priority, and description.
Instructions
Create an action (task/to-do) that needs to be taken, optionally linked to an event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Action title | |
| assignee | No | Name or ID of the person responsible (optional) | |
| due_date | No | ISO 8601 due date (optional) | |
| event_id | No | Link this action to an event (optional) | |
| priority | No | Priority level (optional, default: medium) | |
| description | No | Details of what needs to be done |