PDA

View Full Version : Making an Automating Exporting Script


Tado
2012-08-11, 07:24 AM
I found this script below, but its only for perspectives not folders. I was wondering if anyone could edit this code so it could work on a selected folder. And export as a CSV and HTML.
Any help would be great !

tell application "OmniFocus" to tell default document
open "Disk:Users:yourusername:Library:Application Support:OmniFocus:Perspectives:perspectivename.ofo cus-perspective"
end tell
tell application "OmniFocus" to tell default document
save in "Users:yourusername:Desktop:filename" as "HTML"
end tell