gws-tasks
SolidGoogle Tasks: Manage task lists and tasks.
AI & Automation 26,697 stars
1403 forks Updated 2 weeks ago Apache-2.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
gws-calendar
Google Calendar: Manage calendars and events.
26,697 Updated 2 weeks ago
googleworkspace AI & Automation Listed
gws-calendar
Google Calendar: Manage calendars and events.
335 Updated today
aiskillstore AI & Automation Listed
gws-calendar
Google Calendar: Manage calendars and events.
21 Updated 4 days ago
project-nomos AI & Automation Solid
gws-workflow
Google Workflow: Cross-service productivity workflows.
26,697 Updated 2 weeks ago
googleworkspace AI & Automation Solid
gws-script
Manage Google Apps Script projects.
26,697 Updated 2 weeks ago
googleworkspace