Jump to content

bmscmoreira

Member
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Like
    bmscmoreira got a reaction from claui in New Calendar Event Using Quick Entry Option Workflow   
    Thank you ManicDee. Works great. But, at least for me, was not working if the Calendar app was not opened. Duplicating the "activate" line solves the problem. Full code I am using is:
    tell application "Calendar" to activate set the clipboard to "{query}" as text tell application "Calendar" to activate tell application "System Events" keystroke "n" using {command down} keystroke "v" using {command down} keystroke return end tell Thanks again!
×
×
  • Create New...