I am trying to edit ronaldlamars' iCal script
http://apokalypsesoftware.com/products/node/2261
to read the "Date Due" column in the mGTD plugin
(as opposed to the "Due Date" column under normal
Mori usage).
Can anyone advise as to the proper syntax or
column name? I know very little about scripting,
and nothing I have tried has worked... Cheers.
If I change the "tell Mori"
If I change the "tell Mori" section to"
tell application "Mori"
tell current entry
set theDate to (get attribute name "dateDue")
set theName to name
set theNote to note
end tell
end tell
then it seems to work for me. (but I am still running Mori 1.6, so I can't be sure that things haven't changed at all)
Best,
Jeff