Skip to main content
Google Tasks logo

Overview

Add Google Tasks to any ModuleX agent or workflow. Manage tasks and task lists using the Google Tasks REST API (tasks.googleapis.com/tasks/v1).
Categories: Productivity & Collaboration · Task Management · Auth: OAuth2 · Actions: 8

Authentication

OAuth2 Authentication

Connect using Google OAuth (recommended)

Required Credentials

OAuth Configuration

  • Authorization URL: https://accounts.google.com/o/oauth2/v2/auth
  • Token URL: https://oauth2.googleapis.com/token
  • Scopes: https://www.googleapis.com/auth/tasks

Available Actions

Parameters

string
required
The ID of the task list
string
required
The title of the task
string
The description of the task
boolean
required
Mark as true if your task is already completed
string
Due date of the task as an RFC 3339 timestamp (date portion only)

Response

Parameters

string
required
The title of the task list

Response

Parameters

string
required
The ID of the task list
string
required
The ID of the task

Response

Parameters

string
required
The ID of the task list

Response

Parameters

string
required
The ID of the task list
integer
Maximum number of tasks to be fetched (Default: 20)
boolean
Whether completed tasks are returned in the result
boolean
Whether deleted tasks are returned in the result

Response

Parameters

integer
Maximum number of task lists to be fetched (Default: 20)

Response

Parameters

string
required
The ID of the task list
string
required
The ID of the task
string
required
The title of the task
string
The description of the task
boolean
Mark as true if your task is already completed
string
Due date of the task as an RFC 3339 timestamp (date portion only)

Response

Parameters

string
required
The ID of the task list
string
required
The title of the task list

Response

Limits & Quotas

  • Default quota: 50,000 queries per day per project (Google Cloud project-level).
  • Per-user rate limit: ~500 requests per 100 seconds.
  • Error model: non-2xx responses and timeouts are caught and returned as success=False + error rather than raising.

Cal.com

Canva

ConvertAPI