The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus 1 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=38)
-   -   Making an Automating Exporting Script (http://forums.omnigroup.com/showthread.php?t=25177)

Tado 2012-08-11 07:24 AM

Making an Automating Exporting Script
 
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.ofocus-perspective"
end tell
tell application "OmniFocus" to tell default document
save in "Users:yourusername:Desktop:filename" as "HTML"
end tell


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

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