View Single Post
You should be able to get a reference to an existing task with something like:

Code:
set oTask to task id "fGboNvQt1Pr"
and then

Code:
tell the note of oTask
...
end tell