Page 1 of 1

Allow client to download mailling list as vcard or something

Posted: Mon Feb 04, 2008 6:54 pm
by Luke
I am writing a simple mailing list app for a client of mine and I'd like for them to simply access a certain url and be able to download and easily import the contacts into their outlook or whatever else they want to import it into. Is it possible to create one big vcard file w/multiple addresses on it? What's the best way to do this?

Re: Allow client to download mailling list as vcard or something

Posted: Mon Feb 04, 2008 10:40 pm
by alex.barylski
Oddly I am doing much the same...
wiki wrote:The Address Book on Mac OS X allows export of all contacts in one vcf file while Microsoft Outlook only accepts one contact per file. The KDE Kontact application on Linux allows import & export of single or multiple contacts per file.
I would use CSV as it's the defacto-standard and every application is likely to support it...