The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Extras
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
latest, greatest Entourage to Omnifocus Thread Tools Search this Thread Display Modes
I don't get "reveal in finder" as an option. I just get cut and copy.
 
sfcardinal,

Is there a file link there (a small icon)?
 
Yes, I have the Entourage icon.
 
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
 
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 http://forums.omnigroup.com/showthread.php?t=9171 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
 
Has anyone had any success with this and 1.7?
 
no success
 
beer for anyone who can "fix" this - this script has been essential to my daily workflow (corp email does not support Mail.app)...
 
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.:(
 
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!
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Script to add delegated tasks from entourage to "Waiting" context in OmniFocus tarun101 OmniFocus Extras 1 2010-05-21 08:09 AM
Make it all work between Entourage 2008 and Omnifocus? berntm Applying OmniFocus 1 2009-12-10 07:06 AM
The greatest widget philonous OmniDictionary 4 2008-11-24 02:13 AM
More Entourage to OmniFocus applescripts: this time it's tasks and notes spnyc OmniFocus 1 for Mac 0 2007-06-24 09:10 AM


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


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