Showing tasks within a certain time range
duane.hubbard says:
I know you can filter tasks by date (dueWithin:...), what I want to do is just see tasks that are due within a time range (to really focus my list). Is that possible? I've tried stuff along the lines of 'dueWithin:1hour', but with no success.
andrewski (Remember The Milk) says:
Unfortunately, dueWithin doesn't work for hours; I've added this to our list to investigate.
You may find that dueAfter:"today 0:00" AND dueBefore:"1 hour of now" works (dueAfter is needed to exclude tasks without a specific due time).
Hope this helps!
You may find that dueAfter:"today 0:00" AND dueBefore:"1 hour of now" works (dueAfter is needed to exclude tasks without a specific due time).
Hope this helps!
duane.hubbard says:
That worked a treat. Thanks for the suggestion.