View Single Post
Hmm.. it might be more efficient to sync with ical and use my "Completed Items" script/mailrule to mark the iCal todo complete, then fire off a Sync with iCal call to Omnifocus.

Thanks for the info!

Quote:
Originally Posted by curt.clifton View Post
OF's scripting interface doesn't allow mass access to actions from the top level. You have to manually write functions to recursively "walk" down the tree of folders, projects, and action groups. See my Verify Next Actions Exist for an example of code that walks these trees.

Be warned that programmatically searching for actions like this is really slow, because your script has to send a large number of Apple Events. It would be great to get a more powerful scripting interface so one could write things like
Code:
set theTasks to every task whose name contains "TPS Repoort"
Use Help → Send Feedback to submit feature requests.