gws-tasks

Solid

Google Tasks: Manage task lists and tasks.

AI & Automation 26,697 stars 1403 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# tasks (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws tasks <resource> <method> [flags] ``` ## API Resources ### tasklists - `delete` — Deletes the authenticated user's specified task list. If the list contains assigned tasks, both the assigned tasks and the original tasks in the assignment surface (Docs, Chat Spaces) are deleted. - `get` — Returns the authenticated user's specified task list. - `insert` — Creates a new task list and adds it to the authenticated user's task lists. A user can have up to 2000 lists at a time. - `list` — Returns all the authenticated user's task lists. A user can have up to 2000 lists at a time. - `patch` — Updates the authenticated user's specified task list. This method supports patch semantics. - `update` — Updates the authenticated user's specified task list. ### tasks - `clear` — Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list. - `delete` — Deletes the specified task from the task list. If the task is assigned, both the assigned task and the original task (in Docs, Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there. - `get` — Returns the specified task. - `insert` — Creates a new task on the ...

Details

Author
googleworkspace
Repository
googleworkspace/cli
Created
2 months ago
Last Updated
2 weeks ago
Language
Rust
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category