create_todo
Create a new todo/task in a calendar, with optional due date, priority, and status. Use this to add tasks, todo items, or reminders.
Instructions
Create a new todo/task in a calendar. Use this when user wants to add a task, todo item, or reminder with optional due date, priority, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional status (default: NEEDS-ACTION) | |
| summary | Yes | The title/summary of the todo (required) | |
| due_date | No | Optional due date in ISO 8601 format (e.g., 2025-12-31T23:59:59+02:00) | |
| priority | No | Optional priority: 0=none, 1-3=high, 4-6=medium, 7-9=low | |
| description | No | Optional detailed description | |
| calendar_url | Yes | The URL of the calendar to create the todo in | |
| percent_complete | No | Optional completion percentage (0-100) |