tasks_create
Create a new Google Task with a required title and optional due date, notes, or task list ID.
Instructions
Create a new Google Task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date in ISO format (e.g. 2026-03-01T00:00:00.000Z) | |
| notes | No | Task notes/description | |
| title | Yes | Task title | |
| taskListId | No | Task list ID (default '@default') |