Google Tasks Integration
Google Tasks API Operations
Browse all 18 operations available for Google Tasks workflow automation.
productivity
18 operationsGOOGLETASKS_BATCH_EXECUTEBatch Execute Google Tasks Operations
Executes multiple Google Tasks API operations in a single HTTP batch request and returns structured per-item results.
GOOGLETASKS_BULK_INSERT_TASKSBulk Insert Tasks (Deprecated)
DEPRECATED: Use BatchExecute instead.
GOOGLETASKS_CLEAR_TASKSClear tasks
Permanently and irreversibly clears all completed tasks from a specified Google Tasks list; this action is destructive, idempotent, and cannot be undone.
GOOGLETASKS_CREATE_TASK_LISTCreate a task list
Creates a new task list with the specified title and returns a tasklistid.
GOOGLETASKS_DELETE_TASKDelete task
Deletes a specified task from a Google Tasks list.
GOOGLETASKS_DELETE_TASK_LISTDelete task list
Permanently deletes an existing Google Task list, identified by tasklistid, along with all its tasks; this operation is irreversible.
GOOGLETASKS_GET_TASKGet Task
Retrieve a specific Google Task.
GOOGLETASKS_GET_TASK_LISTGet task list
Retrieves a specific task list from the user's Google Tasks if the tasklistid exists for the authenticated user.
GOOGLETASKS_INSERT_TASKInsert Task
Creates a new task in a given tasklistid, optionally as a subtask of an existing taskparent or positioned after an existing taskprevious sibling, where both…
GOOGLETASKS_LIST_ALL_TASKSList All Tasks Across All Lists
Tool to list all tasks across all of the user's task lists with optional filters.
GOOGLETASKS_LIST_TASKSList Tasks
Retrieves tasks from a Google Tasks list; all date/time strings must be RFC3339 UTC, and showCompleted must be true if completedMin or completedMax are…
GOOGLETASKS_LIST_TASK_LISTSList task lists
Fetches the authenticated user's task lists from Google Tasks; results may be paginated.
GOOGLETASKS_MOVE_TASKMove Task
Moves the specified task to another position in the task list or to a different task list.
GOOGLETASKS_PATCH_TASKPatch Task
Partially updates an existing task (identified by taskid) within a specific Google Task list (identified by tasklistid), modifying only the provided attributes…
GOOGLETASKS_PATCH_TASK_LISTPatch task list
Updates the title of an existing Google Tasks task list.
GOOGLETASKS_UPDATE_TASKUpdate Task (Deprecated)
DEPRECATED: Use GOOGLETASKSPATCHTASK instead.
GOOGLETASKS_UPDATE_TASK_FULLUpdate Task (Full Replacement)
Tool to fully replace an existing Google Task using PUT method.
GOOGLETASKS_UPDATE_TASK_LISTUpdate Task List
Updates the authenticated user's specified task list.