Quantcast
Channel: Objective Development Forums
Viewing all articles
Browse latest Browse all 4524

[LB6 Action] Request: Add current Radium track to OmniFocus

$
0
0
Could someone make a extension out of this Apple Script from http://inside.omnifocus.com/applescript?

tell application "Radium"
    set actionTitle to "Listen to more " & track name
    tell application "OmniFocus"
        tell default document
            parse tasks into it with transport text actionTitle
        end tell
    end tell
end tell

Viewing all articles
Browse latest Browse all 4524

Trending Articles