Google Tasks lets you manage your to-do lists and tasks across all your devices
googletasks.listTaskLists
maxResults
(NUMBER, Optional): Maximum number of task lists to return (optional, default 100)googletasks.createTaskList
title
(TEXT, Required): The title of the task listgoogletasks.getTaskList
taskListId
(TEXT, Required): The unique identifier of the task listgoogletasks.updateTaskList
taskListId
(TEXT, Required): The unique identifier of the task list to update
title
(TEXT, Required): The new title for the task listgoogletasks.deleteTaskList
taskListId
(TEXT, Required): The unique identifier of the task list to deletegoogletasks.listTasks
taskListId
(TEXT, Required): The unique identifier of the task list
showCompleted
(SELECT, Optional): Whether to include completed tasks (No/Yes)showHidden
(SELECT, Optional): Whether to include hidden tasks (No/Yes)maxResults
(NUMBER, Optional): Maximum number of tasks to return (optional, default 100)googletasks.createTask
taskListId
(TEXT, Required): The unique identifier of the task list
title
(TEXT, Required): The title of the tasknotes
(TEXT, Optional): Additional details about the taskdue
(TEXT, Optional): Due date in RFC3339 format (e.g. ‘2025-12-31T23:59:59Z’)parent
(TEXT, Optional): ID of the parent task to create a subtaskgoogletasks.getTask
taskListId
(TEXT, Required): The unique identifier of the task list
taskId
(TEXT, Required): The unique identifier of the taskgoogletasks.updateTask
taskListId
(TEXT, Required): The unique identifier of the task list
taskId
(TEXT, Required): The unique identifier of the task to updatetitle
(TEXT, Optional): The new title of the tasknotes
(TEXT, Optional): Updated notes for the taskstatus
(TEXT, Optional): Task status: ‘needsAction’ or ‘completed’due
(TEXT, Optional): Due date in RFC3339 formatgoogletasks.deleteTask
taskListId
(TEXT, Required): The unique identifier of the task list
taskId
(TEXT, Required): The unique identifier of the task to deletegoogletasks.moveTask
taskListId
(TEXT, Required): The unique identifier of the task list
taskId
(TEXT, Required): The unique identifier of the task to moveparent
(TEXT, Optional): ID of the parent task to make this a subtaskprevious
(TEXT, Optional): ID of the task that should come before this taskgoogletasks.clearCompletedTasks
taskListId
(TEXT, Required): The unique identifier of the task listgoogletasks.deleteCompletedTasks
taskListId
(TEXT, Required): The unique identifier of the task listIssue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |