Created
September 5, 2014 14:30
-
-
Save skreuzer/f997da22c6580a5caa67 to your computer and use it in GitHub Desktop.
Set Reminder to Roll out DNS Updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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