View Single Post
Quote:
Originally Posted by scb View Post
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.
scb did you ever get this to work? I would love to use this!