From sroberts at uniserve.com Tue Feb 1 22:17:13 2005 From: sroberts at uniserve.com (Sam Roberts) Date: Tue Feb 1 22:14:22 2005 Subject: [Vpim-talk] 0.14 - bug fix release Message-ID: <20050202031713.GA1031@ensemble.local> iCalendar has a bug in its emitted calendars. RRULEs don't work the way they think they do, and I don't know what to do about it. Anyhow, one thing I can do is not die when a recurrence rule never recurs, and that is done. Thanks to Akira Tagoh for tracking this down and posting a fix. Due to him, there may be Debian packages soon for vPim. Cheers, Sam Last few changelogs: 0.14 - 2005-02-01 - Fix: if an RRULE didn't ever yield an event (a bug in the rule) dountil was never tested. - Change: don't throw an ArgumentError with infinite events, just stop when the Time is no longer representable 0.13 - 2005-01-20 - Was calling to_time with an arg, fixed. From sroberts at uniserve.com Sun Feb 20 16:49:33 2005 From: sroberts at uniserve.com (Sam Roberts) Date: Sun Feb 20 16:46:21 2005 Subject: [Vpim-talk] Re: osx wrappers in vpim example In-Reply-To: <7b505c5f928608ddcba3825185ee5c51@aerodynamite.net> References: <7b505c5f928608ddcba3825185ee5c51@aerodynamite.net> Message-ID: <20050220214933.GD2949@ensemble.local> Quoteing tim@aerodynamite.net, on Sun, Feb 20, 2005 at 05:54:39PM +0000: > Please can you tell me where I can find the osx-wrappers module shown > in http://vpim.rubyforge.org/ab-query.txt ? Its in the release, in the samples/ sub-directory. What are you trying to do? You should be aware that you need ruby-cocoa in order to use it (that's what is "wrapped"). Cheers, Sam From sroberts at uniserve.com Mon Feb 21 09:42:50 2005 From: sroberts at uniserve.com (Sam Roberts) Date: Mon Feb 21 09:39:37 2005 Subject: [Vpim-talk] Re: osx wrappers in vpim example In-Reply-To: References: <7b505c5f928608ddcba3825185ee5c51@aerodynamite.net> <20050220214933.GD2949@ensemble.local> Message-ID: <20050221144250.GA12114@ensemble.local> Quoteing tim@aerodynamite.net, on Mon, Feb 21, 2005 at 09:24:25AM +0000: > > >What are you trying to do? > > Just access the OSX address book from Ruby. > > >You should be aware that you need ruby-cocoa in order to use it > >(that's what is "wrapped"). > > That's what I didn't realize, thanks! Do you know if the ruby-cocoa > project is still active? I don't know about "active". But its there, seems to work. You need to know about obj-c to use the ruby bindings. If you want to access AB from the cmd line, install lbdb (little brother DB), it has a cmd-line tool to query the AB, I use it from inside mutt now (its way faster than ruby). Cheers, Sam