From Mac Mail, create a new "Reminder" with a link-back to your highlighted email

Spark will create a link back to Omnifocus. I assume other email programs will as well.

Does anyone know if/how we can add a link back to an email to pre-existing reminders? Thanks

This is amazing. Any pointers as to how to get started using this?

Hi,

Do you use Keyboard Maestro? I could send you my macros for processing mail, otherwise you could create a QuickAction or run the script from the script folder and use the Applescript Menu

Here is the latest version of the Applescript, you may also want this Shortcut which I use to add Tags to particualr Reminders.

Any questions please ask.

Hello @logic2design,
Thank you for the script. My preference would be to run the script from Alfred 5 with a hotkey but I couldn’t get it to work. I did get it working in KM. Any idea on why the script wouldn’t work in Alfred?

Loren

Alfred does not like the Handler in the Applescript.

You can get it working by calling the the script externally to Alfred

In Alfred create a Run Script Workflow, using /bin/bash.
Right Click on the Workflow and select Open In Finder, copy the Applescript to the Folder ( I called it Reminder)
Enter the following;

query="{query}"
osascript ./Reminder.scpt
echo -n $query

You now will be able to call the Applescript via Alfred.

Any issues let me know

Iain

Thank you for the help Iain. That worked. Have a great day.

I just signed up to say thanks! :clap: