Are there any tricks for scheduling smart rule executions other than every minute, hourly, daily or weekly ?
For example I’d like a smart rule to run every workday at 8am and midday.
As I’m running an AppleScript from the rule I appreciate I could have the smart rule run every minute and have my AppleScript determine the current time and just terminate if it wasn’t 8am or midday. But I was wondering if there was a better way to do this.
At the moment I’m scheduling the jobs from launchd but I’d prefer to run them from within Devonthink if possible. That way they only execute if Devonthink is running. Launching them from launchd results in Devonthink starting if it wasn’t running which isn’t always desirable.
Thanks
MS