Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for free collection of different vCards (*.vcf) [closed]

I am currently working on a vCard parser. For the testing of the different edge cases of vCards (the standard allows a high variance) I need a collection of vCards from different sources. At the moment I am working with some vCards I created on my own and was wondering if there is a free collection of vCards (*.vcf) in the web which I can use for testing purposes.

like image 534
Mboe5000 Avatar asked Oct 12 '25 13:10

Mboe5000


1 Answers

Here is a LGPL vcard test suite for testing vCard parsers:

https://gitlab.com/pwithnall/vcard-test-suite/-/tree/master

It cover valid and invalid card and looks extensive.

like image 118
Gerhard Avatar answered Oct 14 '25 19:10

Gerhard