The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   Remember the Milk script posted (http://forums.omnigroup.com/showthread.php?t=5806)

MB_UST 2007-11-25 07:31 PM

Remember the Milk script posted
 
Hello everyone,

I just began to use OmniFocus together with Remember the Milk. Wanting to have a way to send my Next Actions to Remember the Milk (so that I can view them on my iPhone), I wrote a script that retrieves all the Next Actions of every project I have and then sends them to Remember the Milk. The script uses tags as the holder for contexts. I've posted the script online at:

[url]http://www.camartis.org[/url]

Maybe someone will find it useful. MB

imsoper 2007-11-26 06:03 PM

How would you change this script to make it work with Mail.app?

MB_UST 2007-11-26 07:48 PM

[QUOTE=imsoper;26354]How would you change this script to make it work with Mail.app?[/QUOTE]
The script relies on a very short command to Entourage:
tell application "Microsoft Entourage"
set Temp to make new draft window with properties {subject:subj,
recipient:RespEmail, content:Body}
send Temp with sending later
end

All you need to do is use the appropriate Mail commands instead of what is here, keeping the variables as listed. Do you know how to write Applescript? If not, I can send you the commands another day. Just let me know.

Tinchohs 2007-11-27 05:49 AM

I don't know any Applescript, and would love if you - when ever you have time - can send me the adjustments to work with Mail.app. Thanks so much.

ext555 2007-11-27 05:56 AM

thanks ! I"ve been using RTM for an errands list and jotting to it .
I'll give it a try .

I wish there was a way to jott to omni focus but the mail parameters don't seem to cooperate .

MB_UST 2007-11-27 06:18 AM

I don't know Jott, but OmniFocus's dictionary is quite good and robust. Woud that other (even mature) applications had such a good AppleScript dictionary. If there is an easy way to extract information from Jott, it would be relatively simple (i.e., at most a day's worth of work, or just a few hours) to develop a script that would move information from Jott to OmniFocus.

I'm preparing for a trip and will be gone for a week begining Saturday. If I have a chance, I will post a Mail version of the script before I go, but no promises.

MB_UST 2007-11-27 06:20 AM

By the way, I updated the script to include all the items in a non-sequential list. It runs now as an application.

ext555 2007-11-27 08:55 AM

Jott's a free phone service that let's you call a voice mail box and have your message emailed to someone or yourself . RTM has a plug-in for Jott that you can leave a message and it will add the item to your RTM list .. it's hard to get it to work with OF because Jott doesn't recognize "--" when I say it , it hears it as " tyson, tyson " ; ) .

MB_UST 2007-11-27 03:51 PM

How about sending an email to yourself that, given the appropriate AppleScript parsing would change the content of the email to an OF friendly format, and then transfer it to OF?

akelley 2007-11-27 04:18 PM

Your OFRetrieveHandlers.applescript is an empty file?
 
Tried downloading your handlers but when I open the file in Script Editor its an empty file. I'm interested in using them for my scripts, could you double check?


All times are GMT -8. The time now is 12:38 PM.

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