Questions tagged [vcf-vcard]

vCard is a file format standard for e-business cards to identify people and organisations.

vCard is a file format standard for e-business cards to identify people and organisations.

They may contain various identification data such as name, address, phone numbers, e-mail addresses, URLs, logos, photographs, audio clips and etc.

705 questions
0
votes
1 answer

which is better for sending contact to server WBXML or VCARD?

We are generating WBXML file containing the phone contact and want to send to server.How we send to server and decode WBXML file at server side.Actually i have to send phone contact to server using sync-ml protocol and don't want to use v-card(.vcf…
user1196792
  • 66
  • 2
  • 12
0
votes
1 answer

Send email in php with attached file that is generated from database

I have a simple script for sending an email with an attachment that the user uploads. How do I modify the script so that it would email a file that is generated in php (for an example, in this case, I want to pull the contact information from the…
CampSoup1988
  • 139
  • 6
  • 21
0
votes
1 answer

How to get the Contact Id and Group

how can i get the Contact ID and Contact group? i have used the following code which gives me the name and phone any all other info but not the id or the group public void ExportContacts() { vCard = new ArrayList(); …
AnasBakez
  • 1,230
  • 4
  • 20
  • 36
0
votes
1 answer

vCard Parser for objC

is there a good vCard parser for Objective C. i only found VCardImporter and AddressBookVcardImport on github but they aren't in a final release state.
CarlJ
  • 9,461
  • 3
  • 33
  • 47
0
votes
3 answers

Read multiple vcards from one file using cardme

Is there a way how to read multiple vcards from only one file using cardme? According to examples show here it seems that it's not possible.
robodasha
  • 286
  • 6
  • 21
0
votes
1 answer

Can I set the label of a url in a vcard with ruby gem vpim?

I'm making vcards with ruby and the gem 'vpim' The cards I have contain a few urls. Currently when I import the generated cards into the contacts app on a mac all the urls are labeled after homepage: Is there a way I could change that naming to…
Pod
  • 928
  • 1
  • 10
  • 30
-1
votes
1 answer

vcf files reading and editing with python

I have vcf file of my business contacts , I need to edit the names saved in the file contact using a code but it seems it's not working with vcf modules so , please help it's more than 3k phone number i tried to install pyvcf ,vcf module ,and pip…
-1
votes
1 answer

How can I add photo and details to vCard using JavaScript?

I want to add an image and more details to the contact vcard using JS. it's like a business page when people see the page they can save my contact through id="save-btn", And I want to add more than Name, phone, email. The code working fine, but I…
-1
votes
1 answer

How to add photo/logo in Flutter Vcard

I am designing a new Digital vcard, Name, phone, address etc. it generate Qrcode when we scan that all the details is import to mobile phone device but i am not able to upload photo/ logo. how can I merge uploaded photo to vCard. Please guide and…
Nihar
  • 15
  • 6
-1
votes
1 answer

Create new contact using flutter web

So I have this "Save Contact" button in flutter web and I want when clicking on it either save a vcf on the device laptop/android/ios or open an add new contact default form in the device and add these infos in it I tried some packages but they…
yyyy
  • 95
  • 1
  • 6
-1
votes
1 answer

How can I exract information to convert to vcard

I am creating an app using swift in xcode 10 that would allow user to create digital portfolios viewed in UIview, this UI view will contain their names , portfolio links and other stuff related to their profession. I have not done anything on it…
Jove
  • 25
  • 7
-1
votes
2 answers

Replace String from file In python?

I have a file that contains several Phone Number. Now I want to convert any line of this file to VCF file. So,first i defined e template model for VCF file that have a String "THISNUMBER" And i want to open file (thats have phone numbers) and…
-1
votes
1 answer

Text File To Csv File Problam (+) is Not Show

I have a problem with CSV file.I have a text Contacts file like that+923334897142+923334897143+923334897144+923334897145+923334897146+923334897147+923334897148when I am converting this text file in to CSV file, then CSV file Show my numbers…
Zain Khan
  • 1
  • 1
-1
votes
1 answer

Remove all contacts with only emails using notepad++

In Notepad++, how can I remove all entries that have the following structure. BEGIN:VCARD VERSION:2.1 EMAIL;INTERNET:example@example.com END:VCARD Note: that example@example.com could be any email address. I've exported a whole file of contacts in…
Norman
  • 6,159
  • 23
  • 88
  • 141
-1
votes
1 answer

merge and convert vCard files to CSV

I need to convert a couple of contacts (vCard) files to a single CSV file using PHP I've already tried this script in nodejs: https://gist.github.com/sriranggd/738325 also, I don't want to use an online solution nor install any software, so I was…
Abu Romaïssae
  • 3,841
  • 5
  • 37
  • 59
1 2 3
46
47