 | wcitypoe says:The trick is to find a way of referring to Friday and Saturday that work even after they've passed.
I thought I had found that, but although they initially *looked* like they were "behaving", the variables weren't behaving.
For example, I was going to try:
dueBefore:"2 days after Friday" AND dueAfter:"1 day before Friday"
I thought this method of referencing Friday would work, because when I do 'dueBefore: "2 days after Friday"', I end up getting the equivalent of dueBefore:4/21, not dueBefore:4/28. So obviously, when I use that expression, it's looking at Friday as *this* Friday -- whereas if we use due:Friday, it thinks of it as 4/25.
So I was hoping that if the above method of referring to a Friday would work, then variables could be massaged into place to accomplish what you wanted. But that expression above, were RTM behaving internally consistent, would mean that it would be saying "due before 4/21 and due after 4/17", which should have yielded events from 4/18-4/20 (Fri-Mon). It yielded no results at all.
So, I don't think there's a way to accomplish what you're looking for. In order for this to work, I think RTM needs to make it so that if you say "due:Wednesday" and it's Wednesday, that's interpreted as today, not next Wednesday. Or, it would need to clean up the misbehavior of the above variables. Posted 3 years ago |