Skip to content

Instantly share code, notes, and snippets.

@chrisfsmith
Last active August 29, 2015 14:18
Show Gist options
  • Save chrisfsmith/652c89473cca8592b2c0 to your computer and use it in GitHub Desktop.
Save chrisfsmith/652c89473cca8592b2c0 to your computer and use it in GitHub Desktop.
AppleScript to open the Fantastical 2 full calendar view.
delay 0.1 -- time to release modifier keys for shortcut
tell application "System Events"
tell application "Fantastical 2" to activate
delay 0.1
keystroke "0" using command down
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment