Authentication: OAuth. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.
Work list due this week, sorted by due date.Personal list for each unread email starred this morning.Archive list.List tasks in a Google task list. Supports pagination and filters by completion, due date, or last update. Use…
Get a task from a Google task list. Use list_tasks to find valid IDs.
Create a new task on a Google task list. Use parent to create a subtask, and previous to position it after a sibling…
Update fields on a Google task. Set status to ‘completed’ to mark it done. Use list_tasks to find valid IDs.
Delete a task from a Google task list permanently. This cannot be undone. Use list_tasks to find valid IDs.
Move a task to a new position, parent, or task list. Omit parent and previous to move to the top-level first position…
Hide all completed tasks from the specified task list. Hidden tasks can still be retrieved by passing show_hidden=true…
List the authenticated user’s Google task lists. Supports pagination via page_token. A user can have up to 2000 lists.
Get a Google task list by ID. Use list_tasklists to find valid IDs.
Create a new Google task list with the given title.
Update a Google task list’s title. Use list_tasklists to find valid IDs.
Delete a Google task list permanently. All tasks inside are also deleted. This cannot be undone. Use list_tasklists to…
Validate the Google Tasks access token by listing one task list. Returns success and a short message describing what…