The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   Open Archive of 1.1 with AppleScript (http://forums.omnigroup.com/showthread.php?t=9642)

digitalimago 2008-08-28 10:14 PM

Open Archive of 1.1 with AppleScript
 
Hi,

I want to make a script that does some statistics on the tasks, but
now with 1.1 most of the history is in the archive. I'm fairly new to applescript...

How do I open the archive with applescript?


Thanks

Lizard 2008-10-20 05:07 PM

something like this:

[CODE]
tell application "OmniFocus"
set archiveDoc to open "/Volumes/Leopard/Users/lizard/Library/Application Support/OmniFocus/Archive.ofocus-archive"
tell archiveDoc
first project
end tell
end tell
[/CODE]

digitalimago 2008-10-20 10:31 PM

Thanks
 
Hello Lizard,

Thank you very much....it's working!

Deborah


All times are GMT -8. The time now is 08:05 PM.

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