Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Be able to store all contacts in a single vcf #5

Open
arielenter opened this issue Oct 15, 2020 · 2 comments
Open

Comments

@arielenter
Copy link

arielenter commented Oct 15, 2020

I had have wished it had a way to save all contacts in a single vcf, since that was my original intention. Any way, thank you for your attention.

@haphaeu
Copy link

haphaeu commented Sep 7, 2022

vcf inherently accepts multiple cards in same file, each card is placed between BEGIN:VCARD and END:VCARD. So on your end you can just concatenate all files and it should work. at least works for me in iCloud. Just make sure you add a new line since file ends lack it.

You should get a file like:

BEGIN:VCARD
jada jada jada
END:VCARD
BEGIN:VCARD
jada jada jada
END:VCARD
BEGIN:VCARD
jada jada jada
END:VCARD

@arielenter
Copy link
Author

Hi. I made a bash script to get it, but I figure some people wouldn't be as tech savvy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants