RTMの検索Tips

1. 期限切れになっているタスク
dueBefore:today
2. 期限切れになっているか今日までのタスク
dueBefore:tomorrow
3. 1週間以内にすべきタスク(期限切れのタスクを含む)
dueWithin:"1 week of today" OR dueBefore:today
4. 1週間以内にすべきタスク(繰返しタスクを除く)
dueWithin:"1 week of today" AND isRepeating:false
5. 今週中にすべきタスク(週の終わりを日曜日とする)
dueBefore:Monday
6. 来週中にすべきタスク(週の終わりを日曜日とする)
dueWithin:"1 week of Monday"
7. 今月中にすべきタスク
dueWithin:"1 month of 1st"
8. 今日予定されている、または今日完了したタスク
due:today OR completed:today
9. 週末にすべきタスク
due:sat OR due:sun
10. 期日未指定のタスク
due:never
11. 優先度なしのタスク
priority:none
12. 優先度指定のあるタスク
NOT priority:none
13. タグ付けされていないタスク
isTagged:false
14. 予測時間が20分未満のタスク
timeEstimate:"< 20 min"
15. 緊急のタスク(優先度1 or 期限切れ or 期日まで2日以内)
priority:1 OR dueBefore:"today" OR dueWithin:"2 days of today"
16. 1週間以内に完了したタスク
completedWithin:"1 week of today"
17. 今週完了したタスク(週の終わりを日曜日とする)
status:completed AND completedWithin:"1 week of Sunday"
18. 先週完了したタスク(週の終わりを日曜日とする)
status:completed AND completedWithin:"2 weeks of Sunday" NOT completedWithin:"1 week of Sunday"
19. 3ヶ月以上前に登録された未完了タスク
status:incomplete NOT addedWithin:"3 months of today"
20. 「call」タグが付いていて、今日まで、または期限切れのタスク
tag:call AND dueBefore:tomorrow
21. 全てのタスク
(検索窓に何も入力せずにエンターキーを押してください)