recipe-review-overdue-tasks
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseReview Overdue Tasks
查看逾期任务
PREREQUISITE: Load the following skills to execute this recipe:gws-tasks
Find Google Tasks that are past due and need attention.
前提条件: 加载以下技能以执行此方案:gws-tasks
查找已逾期且需要处理的Google Tasks任务。
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
- 列出任务列表:
gws tasks tasklists list --format table - 列出带状态的任务:
gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table - 查看截止日期并优先处理逾期项目