My apple mail is configured so that if an email contains a keyword, a KBM macro is triggered . It works very well.
I would like to do the same with reminders, but don't even know where to start.
thank you very much
You may as well stop now -- Reminders can't trigger scripts or open URLs without your intervention. The closest you'll be able to get is to double-click the notification to open that reminder, then double-click a kmtrigger://
URL stored in the URL field.
If you want to schedule a macro in that way you'll need to use a Calendar event with a custom alert that opens a file -- pointing that at a KM Trigger File is the easiest way. You might be able to do something more generic by pointing every event at a script that tried to get some text from "every event that starts now" -- but even that will break if the alert is set to anything other than "at time of event".
Otherwise look at using KM cron
triggers or similar -- I've seen other "scheduling macros" posts here in the past, so a Forum search should get you something useful.
Thank you very much. Thanks to you I did not waste time on this and I learned a trick about how to use KM with the calendar.
For the benefit of forum members I added the snapshot below into which the kmtrigger://
URL is stored.