I want to be able to copy a Calendar event to the clipboard, then have KM create a series of calendar events based on the clipboard data and user input. For example, I want to automatically add a “Travel To ___” event prior to the clipboard event, that would have a duration specified from user input.
There are often groups of events that precede or follow an appointment, like Prep-travel-park. I’d like to automate these as much as possible.
I’ve tried to solve this with AppleScript, but there are some glitches in the Calendar AppleScript implementation that Apple needs to fix.
There is a macro I posted recently (Make Team Calendars Macro) which creates calendar entries. I’m not sure about decoding a calendar entry you have on the clipboard, but the creating part is pretty straight forward using that AppleScript.