Category "vcf-vcard"

vCard sent with Twilio not properly rendered in iOS

I'm trying to send a vCard to my iOS using curl, but the vCard is not properly rendered in my iPhone. EXCLAMATION_MARK='!' curl -X POST https://api.twilio.com/

Mobile browsers are adding .html to filename on download

For some reason, with this code: header("Content-Type: text/x-vcard;charset=utf-8;"); header("Content-Disposition: attachment; filename=card.vcf"); header("Prag

vcf file import error

I have a small problem with my Samsung Galaxy Y. I took the .vcf file to my pc, deleted some contacts with the txt editor and saved the file (I had written a sc

How to import multiple vCard VCF contact files into Outlook using Powershell?

How can I import multiple vCard VCF contact files into Outlook using Powershell ? My script for create vcf is : # Création d'un fichier.vcf New-I

How to split a vcard file into separate contacts with regex in Python?

I'm working on VCF files for some purpose. I got a whole collection of contacts in a single VCF file. But I want to extract each contacts separately from the fi