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

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to https://www.googleapis.com/auth/tasks
base_url
stringDefaults to https://tasks.googleapis.com

Actions

Create a new task on the specified task list in google tasks.

Action Parameters

id
string
etag
string
title
stringRequired
notes
string
status
stringRequired
due
string
completed
string
deleted
boolean
hidden
boolean
tasklist_id
stringRequired
task_parent
string
task_previous
string

Action Response

data
object
successful
boolean
error

Retrieve the specified task from the task list in google tasks.

Action Parameters

tasklist_id
stringRequired
task_id
stringRequired

Action Response

data
object
successful
boolean
error

Get a task list in google tasks.

Action Parameters

tasklist_id
stringRequired

Action Response

data
object
successful
boolean
error

Delete the specified task from the task list in google tasks.

Action Parameters

tasklist_id
stringRequired
task_id
stringRequired

Action Response

data
object
successful
boolean
error

Update the specified task in the task list in google tasks.

Action Parameters

id
string
etag
string
title
stringRequired
notes
string
status
stringRequired
due
string
completed
string
deleted
boolean
hidden
boolean
tasklist_id
stringRequired
task_id
stringRequired

Action Response

data
object
successful
boolean
error

Update the authenticated user’s specified task list in google tasks.

Action Parameters

tasklist_id
stringRequired
updated_title
stringRequired

Action Response

data
object
successful
boolean
error

Clear all completed tasks from the specified task list in google tasks.

Action Parameters

tasklist
stringRequired

Action Response

data
object
successful
boolean
error

Delete a task list in google tasks.

Action Parameters

tasklist_id
string

Action Response

data
object
successful
boolean
error

List all task lists of an authenticated user in google tasks.

Action Parameters

maxResults
integerDefaults to 20
pageToken
string

Action Response

data
object
successful
boolean
error

Retrieve all tasks in the specified task list from google tasks.

Action Parameters

tasklist_id
stringRequired
completedMax
string
completedMin
string
dueMax
string
dueMin
string
maxResults
integer
pageToken
string
showCompleted
boolean
showDeleted
boolean
showHidden
boolean
updatedMin
string

Action Response

data
object
successful
boolean
error

Create a new task list in google tasks.

Action Parameters

tasklist_title
stringRequired

Action Response

data
object
successful
boolean
error