Caplets Catalog
official
spiritledsoftware/caplets

Google Tasks

Read, create, update, organize, and complete Google Tasks through the Google Tasks API Discovery document.

Install
caplets install spiritledsoftware/caplets google-tasks

Inspect before installing

  • Can change external servicesThis Caplet may perform mutating operations against an external service.
  • Authentication requiredThis Caplet needs credentials or an auth flow before use.
CAPLET.md

Frontmatter

FieldValue
nameGoogle Tasks
descriptionRead, create, update, organize, and complete Google Tasks through the Google Tasks API Discovery document.
avoidWhenPrefer Linear or GitHub Issues for team-owned engineering work.
tagsgoogle, tasks, productivity
catalog.iconhttps://www.gstatic.com/images/branding/product/2x/tasks_48dp.png
googleDiscoveryApi.discoveryUrlhttps://www.googleapis.com/discovery/v1/apis/tasks/v1/rest
googleDiscoveryApi.includeOperationstasks.tasklists.list, tasks.tasklists.get, tasks.tasklists.insert, tasks.tasklists.patch, tasks.tasklists.update, tasks.tasks.list, tasks.tasks.get, tasks.tasks.insert, tasks.tasks.patch, tasks.tasks.update, tasks.tasks.move
googleDiscoveryApi.auth.typeoauth2
googleDiscoveryApi.auth.issuerhttps://accounts.google.com
googleDiscoveryApi.auth.clientId$vault:GOOGLE_CLIENT_ID
googleDiscoveryApi.auth.clientSecret$vault:GOOGLE_CLIENT_SECRET
googleDiscoveryApi.auth.scopeshttps://www.googleapis.com/auth/tasks

Google Tasks

Task and tasklist handling

List tasklists before choosing a destination. Search existing tasks before creating one to avoid duplicates. Before creating or moving a task, confirm its title, notes, due date, parent task, and tasklist.

Safe operation and limits

  • Task changes are user-visible workflow state. Read current state first and keep writes specific.
  • Do not infer deadlines or completion from ambiguous conversation. Mark a task complete only after the operator or the current workflow clearly confirms completion.
  • This Caplet does not expose task deletion, tasklist deletion, or clear-completed operations. Those operations require a private variant.