Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy tracking
Permanently clears all completed tasks from a specified Google Tasks list; this action is destructive and idempotent.
Creates a new task list with the specified title.
Deletes a specified task from a given task list in Google Tasks.
Permanently deletes an existing Google Task list, identified by `tasklist_id`, along with all its tasks; this operation is irreversible.
Use to retrieve a specific Google Task if its `task_id` and parent `tasklist_id` are known.
Retrieves a specific task list from the user's Google Tasks if the `tasklist_id` exists for the authenticated user.