recipe-review-overdue-tasks

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Review 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

步骤

  1. List task lists:
    gws tasks tasklists list --format table
  2. List tasks with status:
    gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table
  3. Review due dates and prioritize overdue items
  1. 列出任务列表:
    gws tasks tasklists list --format table
  2. 列出带状态的任务:
    gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table
  3. 查看截止日期并优先处理逾期项目