Google Tasks
Manage Google Tasks
Integrate Google Tasks into your workflow. Create, read, update, delete, and list tasks and task lists.
| Parameter | Type | Required | Description |
|---|
taskListId | string | No | Task list ID (defaults to primary task list "@default") |
title | string | Yes | No description |
notes | string | No | No description |
due | string | No | No description |
status | string | No | Task status: "needsAction" or "completed" |
parent | string | No | No description |
previous | string | No | Previous sibling task ID to position after. Omit to place first among siblings. |
| Parameter | Type | Description |
|---|
id | string | Task ID |
title | string | Task title |
notes | string | Task notes |
status | string | Task status (needsAction or completed) |
due | string | Due date |
updated | string | Last modification time |
selfLink | string | URL for the task |
webViewLink | string | Link to task in Google Tasks UI |
parent | string | Parent task ID |
position | string | Position among sibling tasks |
completed | string | Completion date |
deleted | boolean | Whether the task is deleted |
| Parameter | Type | Required | Description |
|---|
taskListId | string | No | Task list ID (defaults to primary task list "@default") |
maxResults | number | No | No description |
pageToken | string | No | No description |
showCompleted | boolean | No | No description |
showDeleted | boolean | No | No description |
showHidden | boolean | No | No description |
dueMin | string | No | No description |
dueMax | string | No | No description |
completedMin | string | No | No description |
completedMax | string | No | No description |
updatedMin | string | No | No description |
| Parameter | Type | Description |
|---|
tasks | array | List of tasks |
↳ id | string | Task identifier |
↳ title | string | Title of the task |
↳ notes | string | Notes/description for the task |
↳ status | string | Task status: "needsAction" or "completed" |
↳ due | string | Due date (RFC 3339 timestamp) |
↳ completed | string | Completion date (RFC 3339 timestamp) |
↳ updated | string | Last modification time (RFC 3339 timestamp) |
↳ selfLink | string | URL pointing to this task |
↳ webViewLink | string | Link to task in Google Tasks UI |
↳ parent | string | Parent task identifier |
↳ position | string | Position among sibling tasks (string-based ordering) |
↳ hidden | boolean | Whether the task is hidden |
↳ deleted | boolean | Whether the task is deleted |
↳ links | array | Collection of links associated with the task |
↳ type | string | Link type (e.g., "email", "generic", "chat_message") |
↳ description | string | Link description |
↳ link | string | The URL |
nextPageToken | string | Token for retrieving the next page of results |
| Parameter | Type | Required | Description |
|---|
taskListId | string | No | Task list ID (defaults to primary task list "@default") |
taskId | string | Yes | No description |
| Parameter | Type | Description |
|---|
id | string | Task ID |
title | string | Task title |
notes | string | Task notes |
status | string | Task status (needsAction or completed) |
due | string | Due date |
updated | string | Last modification time |
selfLink | string | URL for the task |
webViewLink | string | Link to task in Google Tasks UI |
parent | string | Parent task ID |
position | string | Position among sibling tasks |
completed | string | Completion date |
deleted | boolean | Whether the task is deleted |
| Parameter | Type | Required | Description |
|---|
taskListId | string | No | Task list ID (defaults to primary task list "@default") |
taskId | string | Yes | No description |
title | string | No | No description |
notes | string | No | No description |
due | string | No | No description |
status | string | No | New status: "needsAction" or "completed" |
| Parameter | Type | Description |
|---|
id | string | Task ID |
title | string | Task title |
notes | string | Task notes |
status | string | Task status (needsAction or completed) |
due | string | Due date |
updated | string | Last modification time |
selfLink | string | URL for the task |
webViewLink | string | Link to task in Google Tasks UI |
parent | string | Parent task ID |
position | string | Position among sibling tasks |
completed | string | Completion date |
deleted | boolean | Whether the task is deleted |
| Parameter | Type | Required | Description |
|---|
taskListId | string | No | Task list ID (defaults to primary task list "@default") |
taskId | string | Yes | No description |
| Parameter | Type | Description |
|---|
taskId | string | Deleted task ID |
deleted | boolean | Whether deletion was successful |
| Parameter | Type | Required | Description |
|---|
maxResults | number | No | No description |
pageToken | string | No | No description |
| Parameter | Type | Description |
|---|
taskLists | array | List of task lists |
↳ id | string | Task list identifier |
↳ title | string | Title of the task list |
↳ updated | string | Last modification time (RFC 3339 timestamp) |
↳ selfLink | string | URL pointing to this task list |
nextPageToken | string | Token for retrieving the next page of results |