View Single Post
Quote:
Originally Posted by iNik View Post
Is it possible to create an inbox task in the Quick Entry window but have a project assigned to it?
It looks to me as if one might have to start with something like:

Code:
tell application id "OFOC"
	activate
	tell quick entry
		open
		set oTask to make new inbox task with properties {name:"experiment"}
	end tell
end tell

tell application id "sevs"
	keystroke tab
	keystroke tab
	-- etc ...
end tell