recipe-review-overdue-tasks
Find and review all overdue tasks in Google Tasks, reminding users to address them promptly, avoid missing important work, and improve task management efficiency.
npx skills add googleworkspace/cli --skill recipe-review-overdue-tasksBefore / After Comparison
1 组When tasks are numerous, manually checking for overdue tasks in Google Tasks is time-consuming and laborious, and tasks are easily missed. The risk of task delays is high, affecting project progress and team efficiency.
Automatically identify all overdue tasks in Google Tasks and remind users to process them promptly. Ensures important tasks are not forgotten, improves task management efficiency, and avoids work delays.
Review Overdue Tasks
PREREQUISITE: Load the following skills to execute this recipe:
gws-tasks
Find Google Tasks that are past due and need attention.
Steps
- List task lists:
gws tasks tasklists list --format table - List tasks with status:
gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table - Review due dates and prioritize overdue items
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill