View Single Post
Okay, I think I've got this running now

The Context setter line has to read:

set taskContext to context "ReQall" of default document

Also, to process the inbox automatically, add this line before the last "end tell"

compact default document

What I don't understand is why I kept getting a compiler error when I first tried to add these lines.

And I still don't understand the need for the line:

set theContext to context "Home Office" of context "Work" of first document

Thanks to everyone for their help!