I am trying to get KM to grab the URL of a mail message, accept input from the user, pass that input to Fantastical, and then paste the URL of the mail message into the URL field of the calendar event. The macro is mostly working. However, the URL for the mail message never seems to transfer appropriately. Instead, it continues to past the URL of the first message it was used with (never replacing the URL with the current message). Can anyone see any blatant errors in the recipe? This is my first post.
You set messageLink to the system clipboard, but I don't know why we should expect the URL that you're looking for to be on the system clipboard before the action. How does the URL get to the system clipboard?