The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   latest, greatest Entourage to Omnifocus (http://forums.omnigroup.com/showthread.php?t=7769)

sfcardinal@gmail.com 2009-03-09 11:51 PM

I don't get "reveal in finder" as an option. I just get cut and copy.

jshaevitz 2009-03-10 11:03 AM

sfcardinal,

Is there a file link there (a small icon)?

sfcardinal@gmail.com 2009-03-11 07:50 PM

Yes, I have the Entourage icon.

burgessa23 2009-03-30 12:31 PM

the add task script isn't working, it seems to run, but there is no task created, the quick entry version works fine...

any ideas?

thanks.
-a

Banesmagic 2009-04-17 11:16 AM

Trying to run script from within a rule
 
I am trying to run the modified "no quick entry" version of this script from within a rule. I am mailing myself on delegated tasks and have created a rule which runs this script and assigns a context of waiting for. Unfortunately the script gives me the following error:

While processing message "Test" (ID 8268), the rule "waiting" could not be successfully executed. The script encountered error "Can’t get item 1 of {}." during execution.

I am trying to combine tarun101's delegated tasks script with the one posted here and can't figure out why I get the error. What I am trying to do is create a script for mails I delegate to others by copying myself and which will create a task in OF with attached mail - the script must run from a rule.

Here is tarun101's script (see [url]http://forums.omnigroup.com/showthread.php?t=9171[/url] for more details)

tell application "Microsoft Entourage"

-- get the currently selected message or messages
set selectedMessages to current messages

repeat with theMessage in selectedMessages

-- parse the email(s)
set theName to subject of theMessage
set theContent to content of theMessage


tell application "OmniFocus"
set theContext to context "Waiting" of default document
set theTask to theName
set theNote to theContent

tell default document to make new inbox task with properties {name:theTask, note:theContent, context:theContext}
end tell

end repeat
end tell

rossonr 2009-08-27 09:37 AM

Has anyone had any success with this and 1.7?

geggyta516 2009-08-29 09:21 AM

no success

dpwagner 2009-08-31 07:46 AM

beer for anyone who can "fix" this - this script has been essential to my daily workflow (corp email does not support Mail.app)...

jalwitt 2009-08-31 07:54 AM

OF 1.7 seems to have broken something in scripting
 
Having the same problem. I had two great scripts that I got from this forum, one for copying the message into OF and another for just linking it. Neither one works now since the update.:(

jalwitt 2009-08-31 08:03 AM

Solved it! The 1.7.1 release notes explain that the verb "activate" has been replaced by the verb "open".

Make this change and your script will work!


All times are GMT -8. The time now is 06:28 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.