Googletasks
Learn how to use Googletasks with Composio
Overview
Enum
GOOGLETASKS
Description
Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy tracking
Authentication Details
OAUTH2
Actions
GOOGLETASKS_INSERT_TASK
Create a new task on the specified task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_GET_TASK
Retrieve the specified task from the task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_GET_TASK_LIST
Get a task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_DELETE_TASK
Delete the specified task from the task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_PATCH_TASK
Update the specified task in the task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_PATCH_TASK_LIST
Update the authenticated user’s specified task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_CLEAR_TASKS
Clear all completed tasks from the specified task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_DELETE_TASK_LIST
Delete a task list in google tasks.
Action Parameters
Action Response
GOOGLETASKS_LIST_TASK_LISTS
List all task lists of an authenticated user in google tasks.
Action Parameters
Action Response
GOOGLETASKS_LIST_TASKS
Retrieve all tasks in the specified task list from google tasks.
Action Parameters
Action Response
GOOGLETASKS_CREATE_TASK_LIST
Create a new task list in google tasks.
Action Parameters
Action Response