Here is a handler that makes creating Reminders convenient: use AppleScript version "2.4" use scripting additions on makeReminder(reminderName, reminderBody, reminderDueDate, reminderListName) tell application "Reminders" if not (exists list reminderListName) then make new list with properties {…