View Single Post
In AppleScript, a new task can be created like this:
tell front document of application "OmniFocus"
make new inbox task with properties {name: theName}
end tell
But what would be the corresponding message to create a new task in Objective C (or PyObjC)?