Skip to content

Instantly share code, notes, and snippets.

@skreuzer
Created September 5, 2014 14:30
Show Gist options
  • Save skreuzer/f997da22c6580a5caa67 to your computer and use it in GitHub Desktop.
Save skreuzer/f997da22c6580a5caa67 to your computer and use it in GitHub Desktop.
Set Reminder to Roll out DNS Updates
set remindMe to (date (short date string of ((current date)))) + (17 * 60 * 60)
tell application "Reminders"
set mylist to list "Work"
tell mylist
make new reminder with properties {name:"Roll Out DNS Updates", remind me date:remindMe}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment