Hook integration scripts v. 122 now available — updates Apple Calendar integration

Version 122 of Hook integration scripts is now available. It updates Hook’s Apple Calendar Open Item script. Calendar entries now open more rapidly; and more reliably on macOS 10.15.

set theUrl to “$0”
set AppleScript’s text item delimiters to {“eventID=”}
set delimitedList to every text item of theUrl
set x to text item 2 of delimitedList
set AppleScript’s text item delimiters to {“calendarID=”}
set delimitedList1 to every text item of x
set eid to text item 1 of delimitedList1
set cid to text item 2 of delimitedList1

tell application id “com.apple.iCal” – Calendar
set oEvent to event id eid of calendar id cid
show oEvent
end tell

How to get the updated integration

Hook’s automatic software update (if enabled) automatically updates Hook’s integration scripts without you needing to relaunch Hook. Using Hook’s Check for App Updates and Update Scripts command also updates the scripts, without you needing to relaunch Hook.

We also bundle Hook’s integration scripts with the Hook installer itself, of course.

1 Like