For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Create Task

Google Tasks Operation

The Create Task action adds a new task to a specified list.

Example User Story

I want to create a new task in Google Tasks so that I can keep track of my team's assignments and deadlines.

Fields

Field Name
Field Type
Required

taskListId

String

Yes

title

String

Yes

notes

String

No

due

String

No

Google Tasks

Example link

Code (Apache v2.0): Operation

Last updated