用于Todoist,通过定时触发器自动获取已延迟的任务,并根据到期日将其移回收件箱,确保任务按时处理,提高工作效率。
snoozed
任务按时恢复到 inbox
,避免遗漏重要任务。Set inbox project id
和 Set snoozed project id
节点,确保正确的项目分配。Get date to unsnooze
节点中修改 duration
和 magnitude
,以改变任务恢复到 inbox 的时间。if task is not a subtask
和 If task has due date
节点中添加更多条件,以满足特定需求。