-
Notifications
You must be signed in to change notification settings - Fork 965
Open
Description
Bug Description
- Tool: gws (google-workspace-cli) v0.11.1
- Command:
gws tasks tasks list --params '{"tasklist":"...","showCompleted":true}' - Expected: Should return completed tasks
- Actual: Returns
{"items":[]}(empty)
Steps to Reproduce
- Create a task:
gws tasks tasks insert --params '{"tasklist":"..."}' --json '{"title":"test"}' - Complete the task in Google Tasks app
- Run:
gws tasks tasks list --params '{"tasklist":"...","showCompleted":true}' - Result: empty (but task exists when queried by ID)
Workaround
- Query task by ID:
gws tasks tasks get --params '{"tasklist":"...","task":"<task_id>"}' - Completed tasks have
"hidden": trueand"status": "completed"
Environment
- macOS
- gws v0.11.1
- Google Tasks API
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels