recipe-create-task-list

Solid

Set up a new Google Tasks list with initial tasks.

AI & Automation 26,720 stars 1406 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

# Create a Task List and Add Tasks > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks` Set up a new Google Tasks list with initial tasks. ## Steps 1. Create task list: `gws tasks tasklists insert --json '{"title": "Q2 Goals"}'` 2. Add a task: `gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Review Q1 metrics", "notes": "Pull data from analytics dashboard", "due": "2024-04-01T00:00:00Z"}'` 3. Add another task: `gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Draft Q2 OKRs"}'` 4. List tasks: `gws tasks tasks list --params '{"tasklist": "TASKLIST_ID"}' --format table`

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category