Google Tasks integration (Productivity). Imported from open-connector.
https://tasks.googleapis.com/tasks/v1/
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | Title for the new task list. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
| title | string | required | New task list title. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
| title | string | required | New task list title. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
/lists/{tasklistId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
| id | string | optional | Task resource ID to send in the request body. |
| etag | string | optional | Entity tag to send in the request body. |
| title | string | optional | Task title. |
| notes | string | optional | Plain-text task notes. |
| status | string | optional | Task status. |
| due | string | optional | Timestamp in RFC 3339 format. |
| completed | string | optional | Timestamp in RFC 3339 format. |
| deleted | boolean | optional | Whether the task is marked as deleted. |
| taskParent | string | optional | Parent task ID. |
| taskPrevious | string | optional | Previous sibling task ID. |
/lists/{tasklistId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
| taskId | string | required | Google Tasks task ID. |
| id | string | optional | Task resource ID to send in the request body. |
| etag | string | optional | Entity tag to send in the request body. |
| title | string | optional | Task title. |
| notes | string | optional | Plain-text task notes. |
| status | string | optional | Task status. |
| due | string | optional | Timestamp in RFC 3339 format. |
| completed | string | optional | Timestamp in RFC 3339 format. |
| deleted | boolean | optional | Whether the task is marked as deleted. |
/lists/{tasklistId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
| taskId | string | required | Google Tasks task ID. |
| id | string | required | Task resource ID to send in the request body. |
| etag | string | optional | Entity tag to send in the request body. |
| title | string | required | Task title. |
| notes | string | optional | Plain-text task notes. |
| status | string | optional | Task status. |
| due | string | optional | Timestamp in RFC 3339 format. |
| completed | string | optional | Timestamp in RFC 3339 format. |
| deleted | boolean | optional | Whether the task is marked as deleted. |
/lists/{tasklistId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
| taskId | string | required | Google Tasks task ID. |
| id | string | required | Task resource ID to send in the request body. |
| etag | string | optional | Entity tag to send in the request body. |
| title | string | required | Task title. |
| notes | string | optional | Plain-text task notes. |
| status | string | optional | Task status. |
| due | string | optional | Timestamp in RFC 3339 format. |
| completed | string | optional | Timestamp in RFC 3339 format. |
| deleted | boolean | optional | Whether the task is marked as deleted. |
/lists/{tasklist}/tasks/{task}/move
| Param | Type | Required | Description |
|---|---|---|---|
| tasklist | string | required | Source task list ID. |
| task | string | required | Task ID to move. |
| parent | string | optional | New parent task ID. |
| previous | string | optional | New previous sibling task ID. |
| destinationTasklist | string | optional | Destination task list ID. |
/lists/{tasklistId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |
| taskId | string | required | Google Tasks task ID. |
/lists/{tasklistId}/clear
| Param | Type | Required | Description |
|---|---|---|---|
| tasklistId | string | required | Google Tasks task list ID. Use @default for the primary list when supported. |