tell application "Evernote" set SelectedNotes to selection repeat with selectedNote in SelectedNotes set reminder order of selectedNote to missing value set reminder time of selectedNote to missing value end repeat end tell