recipe-create-task-list
SolidSet up a new Google Tasks list with initial tasks.
AI & Automation 26,720 stars
1406 forks Updated today Apache-2.0
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
recipe-review-overdue-tasks
Find Google Tasks that are past due and need attention.
26,720 Updated today
googleworkspace AI & Automation Solid
gws-tasks
Google Tasks: Manage task lists and tasks.
26,720 Updated today
googleworkspace AI & Automation Solid
recipe-create-presentation
Create a new Google Slides presentation and add initial slides.
26,720 Updated today
googleworkspace AI & Automation Solid
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
26,720 Updated today
googleworkspace Data & Documents Solid
recipe-create-doc-from-template
Copy a Google Docs template, fill in content, and share with collaborators.
26,720 Updated today
googleworkspace