> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Googletasks

Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy tracking

<Accordion title="List Task Lists">
  List all task lists of an authenticated user in google tasks.
</Accordion>

<Accordion title="List Tasks">
  Retrieve all tasks in the specified task list from google tasks.
</Accordion>

<Accordion title="Patch Task">
  Update the specified task in the task list in google tasks.
</Accordion>

<Accordion title="Patch Task List">
  Update the authenticated user's specified task list in google tasks.
</Accordion>

<Accordion title="Clear Tasks">
  Clear all completed tasks from the specified task list in google tasks.
</Accordion>

<Accordion title="Create Task List">
  Create a new task list in google tasks.
</Accordion>

<Accordion title="Delete Task">
  Delete the specified task from the task list in google tasks.
</Accordion>

<Accordion title="Delete Task List">
  Delete a task list in google tasks.
</Accordion>

<Accordion title="Get Task">
  Retrieve the specified task from the task list in google tasks.
</Accordion>

<Accordion title="Insert Task">
  Create a new task on the specified task list in google tasks.
</Accordion>

<Accordion title="Get Task List">
  Get a task list in google tasks.
</Accordion>
