Skip to main content

tasklists

Overview

Nametasklists
TypeResource
Idgoogleworkspace.tasks.tasklists

Fields

NameDatatypeDescription
idstringTask list identifier.
selfLinkstringURL pointing to this task list. Used to retrieve, update, or delete this task list.
titlestringTitle of the task list.
updatedstringLast modification time of the task list (as a RFC 3339 timestamp).
etagstringETag of the resource.
kindstringType of the resource. This is always "tasks#taskList".

Methods

NameAccessible byRequired ParamsDescription
getSELECTtasklistReturns the authenticated user's specified task list.
listSELECTReturns all the authenticated user's task lists.
insertINSERTCreates a new task list and adds it to the authenticated user's task lists.
deleteDELETEtasklistDeletes the authenticated user's specified task list.
patchEXECtasklistUpdates the authenticated user's specified task list. This method supports patch semantics.
updateEXECtasklistUpdates the authenticated user's specified task list.