Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Revolution 0.4
Posted by Philipp Esselbach on: 03/30/2005 02:34 PM [ Print | 0 comment(s) ]
Version 0.4 of Revolution, a Ruby binding to Evolution, has been released
This new release includes the ability to add, delete, and query contacts. You can also submit arbitrary s-expression queries to Evolution, like this:
[tom@hal revolution]$ irb
irb(main):001:0gt; require 'rubygems'
irb(main):002:0gt; require_gem 'revolution'
irb(main):003:0gt; rev = Revolution::Revolution.new
irb(main):004:0gt; rev.get_contacts_with_query("
contains 'full_name' 'Copeland')").each {|c| puts c.first_name }
Madelyn
Lee
Alina
Dave
[tom@hal revolution]$ irb
irb(main):001:0gt; require 'rubygems'
irb(main):002:0gt; require_gem 'revolution'
irb(main):003:0gt; rev = Revolution::Revolution.new
irb(main):004:0gt; rev.get_contacts_with_query("
Madelyn
Lee
Alina
Dave
Read more
