Thread: RubyOSA
View Single Post
Hi all, I'm very new here. I search around the forum (and the Internet) for some good RubyOSA resources. But I've come up short. Currently, I'm working on some custom scripts to extract information from Trac and automatically dumping tickets into my OmniFocus project. The scraping part is fairly easy w/ Ruby. And, I'm not too familiar w/ either Applescript or Cocoa framework. So, I thought I'd poke around RubyOSA and see what I can come up with.

So far I managed to get at various Folders, Projects and Tasks. By getting at it I mean reading its content. But I'm having some trouble trying to create some of those objects and saving them back to OmniFocus. Does anybody know how objects (Folder, Project, Task etc.) creation works with OmniFocus at least in terms of OSA? Also, I love to know if there's a search API built-in? Just glancing through the RDoc generated by RubyOSA, I couldn't see an obvious one. :confused: Any help is greatly appreciated. OH, and if I figure this out I'd happily share the script w/ anyone who's interested.