# Google Calendar - Create task action
The Create task action creates a new task in a task list you specify. Created tasks are assigned to the connected account's time zone.
ENSURE CALENDAR ACCESS
Ensure the calendar you plan to modify is accessible from your connected account and that you have the necessary permissions to manage tasks.
# Input
Input field | Description |
---|---|
Tasklist | Enter the Google Calendar ID of the task list in which you plan to create a new task. |
Task name | Enter a name for the task. |
Notes | Enter any relevant notes or additional information to add to the task. |
Status | Enter needsAction or completed to set the status of the task. |
Due date | Enter a due date for task completion. |
Completed date | Enter the date the task was completed. |
Hidden | Select whether to hide the task from the default task list view. |
# Output
Output field | Description |
---|---|
ID | The Google ID for the created task. |
Etag | The etag for the task. |
Parent | The Google ID of the parent task, if the created task is a subtask. |
Title | The title of the task. |
Description | The task's description. |
Status | The status of the task. |
Position | The position of the task in the task list. |
Self link | The URL of the task in the Google Tasks interface. |
Updated | The time the task was last updated. |
Due date | The due date assigned to the task. |
Completed date | The date when the task was completed, if applicable. |
Hidden | Indicates whether the task is hidden. |
Deleted | Indicates whether the task is marked as deleted. |
Links | Contains associated links for the task, such as:
|
Last updated: 3/14/2025, 5:39:24 PM