Automating ‘This Evening’ Repeating Tasks in Things 3
One of the most common issues I see fellow Things users complain about on the Things Sub-Reddit is the frustrating experience with repeating tasks and the evening section of the Today view.
I always forget that this is an issue for people because I automated a solution long ago. Let me show you how.
The Problem With Repeating Evening Tasks
To clarify, the issue referenced above is that repeating tasks in Things can’t be set to repeat in the “This Evening” section of the Today view.
So, if you have a regular task that only makes sense to do in the evening, you need to manually move it to the “This Evening” section every day.
Solution
Fortunately, I found an AppleScript-based solution online. I don’t want to take views away from the post with the code, so I will encourage you to visit the post from Coding Bull Junky to grab the code.
Once you have the code, you need to tag any of the repeating tasks that you want to move to the evening with “evening”. Be sure to tag the repeating task, not just the next instance.
Once you test the code and it is working, just create a Keyboard Maestro macro to run the script using whatever trigger you like.
Since I have an always-on Mac mini for this type of thing, I have the script run at 3:30 am every day. You could also set this up to run the first time you open Things, whatever works for you.
Closure
While it would be ideal for Cultured Code to include repeating evening tasks as a native feature in Things, this AppleScript-based solution is so solid that I often forget it’s not already a native feature.
Leave a Reply
Want to join the discussion?Feel free to contribute!