View Single Post
Quote:
Originally Posted by kunicki
Ken, where is the SQL cache stored?
It's in ~/Library/Caches/com.omnigroup.OmniFocus.

Quote:
Originally Posted by kunicki
From a programming perspective would there be any problem in just reading the data into another application when OmniFocus is running?
It's not going to upset OmniFocus if you read that sqlite database, but your code will be more fragile if you're relying on the schema of our cache (which could change from one build to the next). I'd definitely recommend using our AppleScript interfaces instead. (Bear in mind that you don't actually have to code in AppleScript to use those interfaces: you can also get at them from ruby or python using their scripting bridges.)