clear(tasklist, x__xgafv=None)
Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.
Close httplib2 connections.
delete(tasklist, task, x__xgafv=None)
Deletes the specified task from the task list. If the task is assigned, both the assigned task and the original task (in Docs, Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there.
get(tasklist, task, x__xgafv=None)
Returns the specified task.
insert(tasklist, body=None, parent=None, previous=None, x__xgafv=None)
Creates a new task on the specified task list. Tasks assigned from Docs or Chat Spaces cannot be inserted from Tasks Public API; they can only be created by assigning them from Docs or Chat Spaces. A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
Returns all tasks in the specified task list. Does not return assigned tasks be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
Retrieves the next page of results.
move(tasklist, task, destinationTasklist=None, parent=None, previous=None, x__xgafv=None)
Moves the specified task to another position in the destination task list. If the destination list is not specified, the task is moved within its current list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks. A user can have up to 2,000 subtasks per task.
patch(tasklist, task, body=None, x__xgafv=None)
Updates the specified task. This method supports patch semantics.
update(tasklist, task, body=None, x__xgafv=None)
Updates the specified task.
clear(tasklist, x__xgafv=None)
Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list. Args: tasklist: string, Task list identifier. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format
close()
Close httplib2 connections.
delete(tasklist, task, x__xgafv=None)
Deletes the specified task from the task list. If the task is assigned, both the assigned task and the original task (in Docs, Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. Args: tasklist: string, Task list identifier. (required) task: string, Task identifier. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format
get(tasklist, task, x__xgafv=None)
Returns the specified task. Args: tasklist: string, Task list identifier. (required) task: string, Task identifier. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. }
insert(tasklist, body=None, parent=None, previous=None, x__xgafv=None)
Creates a new task on the specified task list. Tasks assigned from Docs or Chat Spaces cannot be inserted from Tasks Public API; they can only be created by assigning them from Docs or Chat Spaces. A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time. Args: tasklist: string, Task list identifier. (required) body: object, The request body. The object takes the form of: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. } parent: string, Parent task identifier. If the task is created at the top level, this parameter is omitted. An assigned task cannot be a parent task, nor can it have a parent. Setting the parent to an assigned task results in failure of the request. Optional. previous: string, Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. }
list(tasklist, completedMax=None, completedMin=None, dueMax=None, dueMin=None, maxResults=None, pageToken=None, showAssigned=None, showCompleted=None, showDeleted=None, showHidden=None, updatedMin=None, x__xgafv=None)
Returns all tasks in the specified task list. Does not return assigned tasks be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time. Args: tasklist: string, Task list identifier. (required) completedMax: string, Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date. completedMin: string, Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date. dueMax: string, Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date. dueMin: string, Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date. maxResults: integer, Maximum number of tasks returned on one page. Optional. The default is 20 (max allowed: 100). pageToken: string, Token specifying the result page to return. Optional. showAssigned: boolean, Optional. Flag indicating whether tasks assigned to the current user are returned in the result. Optional. The default is False. showCompleted: boolean, Flag indicating whether completed tasks are returned in the result. Note that showHidden must also be True to show tasks completed in first party clients, such as the web UI and Google's mobile apps. Optional. The default is True. showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional. The default is False. showHidden: boolean, Flag indicating whether hidden tasks are returned in the result. Optional. The default is False. updatedMin: string, Lower bound for a task's last modification time (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by last modification time. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "etag": "A String", # ETag of the resource. "items": [ # Collection of tasks. { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. }, ], "kind": "A String", # Type of the resource. This is always "tasks#tasks". "nextPageToken": "A String", # Token used to access the next page of this result. }
list_next()
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.
move(tasklist, task, destinationTasklist=None, parent=None, previous=None, x__xgafv=None)
Moves the specified task to another position in the destination task list. If the destination list is not specified, the task is moved within its current list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks. A user can have up to 2,000 subtasks per task. Args: tasklist: string, Task list identifier. (required) task: string, Task identifier. (required) destinationTasklist: string, Optional. Destination task list identifier. If set, the task is moved from tasklist to the destinationTasklist list. Otherwise the task is moved within its current list. Recurrent tasks cannot currently be moved between lists. Optional. parent: string, New parent task identifier. If the task is moved to the top level, this parameter is omitted. Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task (become subtasks). Optional. previous: string, New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. Optional. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. }
patch(tasklist, task, body=None, x__xgafv=None)
Updates the specified task. This method supports patch semantics. Args: tasklist: string, Task list identifier. (required) task: string, Task identifier. (required) body: object, The request body. The object takes the form of: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. }
update(tasklist, task, body=None, x__xgafv=None)
Updates the specified task. Args: tasklist: string, Task list identifier. (required) task: string, Task identifier. (required) body: object, The request body. The object takes the form of: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "assignmentInfo": { # Information about the source of the task assignment (Document, Chat Space). # Output only. Context information for assigned tasks. A task can be assigned to a user, currently possible from surfaces like Docs and Chat Spaces. This field is populated for tasks assigned to the current user and identifies where the task was assigned from. This field is read-only. "driveResourceInfo": { # Information about the Drive resource where a task was assigned from (the document, sheet, etc.). # Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. "driveFileId": "A String", # Output only. Identifier of the file in the Drive API. "resourceKey": "A String", # Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys. }, "linkToTask": "A String", # Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). "spaceInfo": { # Information about the Chat Space where a task was assigned from. # Output only. Information about the Chat Space where this task originates from. This field is read-only. "space": "A String", # Output only. The Chat space where this task originates from. The format is "spaces/{space}". }, "surfaceType": "A String", # Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE. }, "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed. "deleted": True or False, # Flag indicating whether the task has been deleted. For assigned tasks this field is read-only. They can only be deleted by calling tasks.delete, in which case both the assigned task and the original task (in Docs or Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. The default is False. "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API. "etag": "A String", # ETag of the resource. "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only. "id": "A String", # Task identifier. "kind": "A String", # Output only. Type of the resource. This is always "tasks#task". "links": [ # Output only. Collection of links. This collection is read-only. { "description": "A String", # The description. In HTML speak: Everything between <a> and </a>. "link": "A String", # The URL. "type": "A String", # Type of the link, e.g. "email". }, ], "notes": "A String", # Notes describing the task. Tasks assigned from Google Docs cannot have notes. Optional. Maximum length allowed: 8192 characters. "parent": "A String", # Output only. Parent task identifier. This field is omitted if it is a top-level task. Use the "move" method to move the task under a different parent or to the top level. A parent task can never be an assigned task (from Chat Spaces, Docs). This field is read-only. "position": "A String", # Output only. String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). Use the "move" method to move the task to another position. "selfLink": "A String", # Output only. URL pointing to this task. Used to retrieve, update, or delete this task. "status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. Maximum length allowed: 1024 characters. "updated": "A String", # Output only. Last modification time of the task (as a RFC 3339 timestamp). "webViewLink": "A String", # Output only. An absolute link to the task in the Google Tasks Web UI. }