Create many tasks
create_tasksCreate multiple Google Tasks in a single call with titles, notes, due dates, and optional subtasks. Retry safely with skipIfExists to skip existing identical tasks.
Instructions
Create up to 100 tasks in one call (e.g. every reading from a syllabus). Each item takes title, optional notes, optional due (YYYY-MM-DD, all-day). With skipIfExists=true (default) an item whose title AND due exactly match an existing open task in the list is skipped, so retrying is safe. Returns a per-item report — check it for partial failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Task list id or title (case-insensitive). Omit or pass "@default" for the account's default list. Call list_tasklists to see what exists. | |
| tasks | Yes | ||
| skipIfExists | No |