# Google Calendar action - Update task
The Update task action allows you to update an existing task within a specified tasklist in Google Calendar. This action requires the task ID for updating and performs the update in the timezone specified in your account's settings.
To use this action, ensure you have the necessary permissions to manage tasks in the specified Google Calendar. Ensure the calendar is accessible from your Google account.
Google Calendar - Update task action
# Input fields
- Tasklist
- The ID of the tasklist containing the task to be updated.
- Task ID
- The unique identifier of the task you plan to update.
- Notes
- Add any relevant notes or additional information for the task.
- Status
- Set the current status of the task.
- Due date
- Specify the due date for the task completion.
- Completed date
- Enter the date when the task was completed.
- Hidden
- Choose whether to hide the task from the default task list view.
# Output fields
- ID
- The unique identifier for the updated task.
- Etag
- The Etag of the task.
- Parent
- The ID of the parent task, if the updated task is a subtask.
- Title
- The title of the task.
- Description
- A detailed description of the task.
- Status
- The status of the task.
- Position
- The position of the task in the tasklist.
- Self link
- The URL to the task in the Google Tasks interface.
- Updated
- The time the task was last updated.
- Due date
- The due date of the task.
- Completed date
- The date when the task was completed.
- Hidden
- Indicates if the task is hidden.
- Deleted
- Indicates if the task is marked as deleted.
- Links
-
Associated links for the task.
- Type
- The type of the link.
- Description
- Description of the link.
- Link
- The URL of the link.
- List size
- The total number of links associated with the task.
- List index
- The position of this specific link in the list of links.
Last updated: 12/21/2023, 2:22:41 AM