All,
For my Populate Template Placeholders script, I'm trying to read the value of OF's OFMTaskDefaultDueTimeDateComponents preference. So far, no joy. The following works, but I'm not able to get at any of the properties of the preference.
I tried return value of theDueTimePreference, but get a handler error.
Any suggestions?
Thanks.
For my Populate Template Placeholders script, I'm trying to read the value of OF's OFMTaskDefaultDueTimeDateComponents preference. So far, no joy. The following works, but I'm not able to get at any of the properties of the preference.
Code:
tell application "OmniFocus" set theDueTimePreference to (first preference whose id is "OFMTaskDefaultDueTimeDateComponents") return theDueTimePreference end tell
Any suggestions?
Thanks.
__________________
Cheers,
Curt
Cheers,
Curt