tasklists
Overview
Name | tasklists |
Type | Resource |
Id | googleworkspace.tasks.tasklists |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Task list identifier. |
selfLink | string | URL pointing to this task list. Used to retrieve, update, or delete this task list. |
title | string | Title of the task list. |
updated | string | Last modification time of the task list (as a RFC 3339 timestamp). |
etag | string | ETag of the resource. |
kind | string | Type of the resource. This is always "tasks#taskList". |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | tasklist | Returns the authenticated user's specified task list. |
list | SELECT | Returns all the authenticated user's task lists. | |
insert | INSERT | Creates a new task list and adds it to the authenticated user's task lists. | |
delete | DELETE | tasklist | Deletes the authenticated user's specified task list. |
patch | EXEC | tasklist | Updates the authenticated user's specified task list. This method supports patch semantics. |
update | EXEC | tasklist | Updates the authenticated user's specified task list. |