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 Today's Posts

 
Script to create an email from a task in OF. Thread Tools Search this Thread Display Modes
Hi, I have come across several very useful scripts. Yet, I don't seem to find one that automates creating an email from a to do within OF. THis would allow me that after planing a project, I can go ahead and send an email to someone that is the owner of doing a given activity.

Does it make sense? How is anyone else managing this step of the process? Does anyone have a script like this?

Thanks a lot. Martin.
 
Hi Martin,

Check out my new MailTask script at http://www.cerquant.com/software

Let me know what you think, and how it can be improved.

Note: You can also drag and drop a task from OmniFocus onto Mail.app icon and it will create a mail with the name of the task in the body.
 
Lutin, I love it... this closes the loop of every scrip that I need to make my workflow actually work. I'll review it more lately and give you feedback if I have any.

I thought that perhaps combing this with the delegate task could be interesting. In the same scenario you describe in your page, not only you mail Bob, but complete your todo and then have it in wainting for.

What do you think? Take care. Martin.
 
Martin, thank you for your comment.

The combination is a good idea.
But I don't think I will use it in my system, as sometimes, I might be disturbed, and saving the email in draft instead of sending. I also like the satisfaction of checking a completed task.

This few lines of code should do what your looking for, and be generic enough to be reused in any other situation:

Code:
-- Wrapper
-- Launch one by one all the scripts of the list listOfScripts
-- Note: They have to be in the same directory 

property listOfScripts : {"MailTask.scpt", "Delegated.scpt"}

repeat with aScript in listOfScripts
	tell application "Finder" to set scriptPath to ((container of (path to me)) as string) & aScript	
	run script file scriptPath
end repeat
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Script to email my wife a due task? silver Beech Studios OmniFocus Extras 4 2011-05-14 07:38 AM
OmniFocus create task from email shhQuiet AppleScripting Omni Apps 0 2010-11-12 08:03 PM
New Script - Selected Entourage EMail to Selected OF Task davidsomeone OmniFocus Extras 1 2009-03-06 12:22 PM
AppleScript help: Create sub-task, project from task iNik OmniFocus Extras 3 2007-12-05 08:53 AM
Send Task / Receive Task update by Email samaparicio OmniFocus 1 for Mac 0 2007-07-10 07:58 PM


All times are GMT -8. The time now is 10:45 PM.


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