View Single Post
I am confused so how would you set an action to not repeat if it was already set to repeat?

Code:
tell application "OmniFocus"
Fixed=false 
Start/Due Again 0 after completion
end tell
I am trying to run a script that marks an action as in progress by duplicating the action. Actions that repeat end up showing up twice as a result of the repeat so I am hoping to turn off that off on the action when running the script.