Tool to fully replace an existing Google Task using PUT method. Use when you need to update the entire task resource, not just specific fields. This method requires all required fields (id, title) and replaces the complete task, unlike PATCH which supports partial updates.
idRequiredstringTask identifier (REQUIRED). Must match the task_id parameter. This field is required by the Google Tasks API for PUT operations.
duestringDue date for the task. NOTE: Google Tasks only stores the date portion (YYYY-MM-DD). Accepts RFC3339 format (e.g., '2025-09-28T00:00:00Z') or date strings like '2025-09-28'.
etagstringETag of the resource for concurrency control. Prevents accidental overwrites when multiple clients modify the same task.
linksarrayCollection of links attached to the task. This collection is read-only.
notesstringAdditional details or description for the task. Supports plain text only. Maximum 8192 characters.
titleRequiredstringTitle/name of the task (REQUIRED). This is the main text displayed for the task. Maximum 1024 characters.
hiddenbooleanWhether the task is hidden. This is read-only and set by the API when task list is cleared. Default: false
parentstringParent task identifier for subtasks. This field is read-only. Use the 'move' method to change parent.
statusstringCurrent status of the task. Must be either 'needsAction' (task is pending) or 'completed' (task is done).
deletedbooleanWhether the task has been deleted. Deleted tasks are marked but not immediately removed. Default: false
task_idRequiredstringIdentifier of the Google Task to be fully replaced within the specified task list. This must also be included in the 'id' field of the request body.
positionstringPosition of the task among siblings. This field is read-only. Use the 'move' method to change position.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.