About Google Tasks
The Google Tasks API is a free REST API within Google Workspace that allows developers to create, read, update, and delete task lists and individual tasks. Tasks sync in real time across Gmail, Google Calendar, and mobile apps. As of April 2026, the API also supports reading and editing tasks assigned from Google Docs and Chat Spaces. It is used by developers building productivity integrations on top of the Google ecosystem.
AI Agent Use Cases
- Full CRUD for task lists and tasks via REST
- Real-time sync across Gmail, Calendar, and mobile
- Read/edit tasks assigned from Google Docs and Chat Spaces (added April 2026)
- Due dates, notes, and completion status on tasks
- Standard OAuth2 authentication via Google Workspace
- Free with standard Google Cloud quota limits
Available Actions
These are the specific actions that AI agents can perform with this tool