View Single Post
Quote:
Originally Posted by curt.clifton View Post
Have you tried 'set repetition of theTask to missing value'?

(Untested.)
Yes, that worked, thanks!

My original goal was to duplicate a task an then make the duplicate nonrepeatable. However, when I tried this:
Code:
set newTask to duplicate aTask to after aTask with properties {repetition:missing value}
That didn't work, causing me to (incorrectly) give up on using the "missing value" term.