Re: RFC - vCard and vCalendar - parse generate

2003-01-07 Thread Martyn J. Pearce
On Fri, Jan 03, 2003 at 10:49:15AM -0500, Jay Lawrence wrote: I have the basics of a v* file parser/generator underway. This stemmed from my initial need to parse vCard files (because Apple's Address Book can't print and I needed my xmas card labels! *** ) and ultimately vCalendar files.

RE: RFC - vCard and vCalendar - parse generate

2003-01-07 Thread Wizard
This is something that seems good to me. However, I'm somewhat perturbed at your mention of reliance on a another module as a reason against using something. I'm biased; I'm the maintainer of Class::MethodMaker. Not trying to insult any author in particular, I have also chosen in several

Re: RFC - vCard and vCalendar - parse generate

2003-01-03 Thread darren chamberlain
* Jay Lawrence [EMAIL PROTECTED] [2003-01-03 10:48]: I have the basics of a v* file parser/generator underway. This stemmed from my initial need to parse vCard files (because Apple's Address Book can't print and I needed my xmas card labels! *** ) and ultimately vCalendar files. These

Re: RFC - vCard and vCalendar - parse generate

2003-01-03 Thread Jay Lawrence
As far as I know it is entirely standalone under 5.8.0. I will make it compatible to 5.6.1 at least and maybe 5.6.0 lower if I have the time. As well right now I am using Apple's iCal and Address Book as my pathological examples. If you use other products and would like to supply me with

Re: RFC - vCard and vCalendar - parse generate

2003-01-03 Thread Chris Josephes
On Fri, 3 Jan 2003, Jay Lawrence wrote: And yeh, upon writing this it makes sense to move them up. The Business::vFile module remains as the base class, but I will rename the others to : Business::vCalendar vs. Business::vFile::vCalendar. One good thing about Business::vFile would be you