vcf-vcard Questions
7
Solved
I have created a .vcf contact with an iPhone and sent the file to myself in email. In that .vcf, I took a photo which is directly saved in the vCard, not in the phone's memory.
In the source of th...
8
Solved
I have multiple contacts vCard VCF file created on my Android device and I would like to import it to Outlook 2010. It seems that Outlook doesn't support multiple contacts VCF file and import just ...
Crossroads asked 5/7, 2014 at 12:7
2
I am basically creating a simple text file which is named test.vcf with below content as an example:
BEGIN:VCARD
VERSION:3.0
FN:AAA BBB CCC
N:AAA BBB CCC
TEL;TYPE=cell:9876543210
END:VCARD
The abo...
2
I have an application where part of the functionality is user will generate a QR code and other users can scan and get contact details and add to their contact directly.
So i am encoding vCard deta...
2
Solved
im using vObject to create a vCard. Everything works well except I can't add multiple phone numbers.
Right now i'm doing this:
v.add('tel')
v.tel.type_param = 'WORK'
v.tel.value = employee.office...
1
I've accidentally made (and distributed) a QR code to a URL (important: not a VCARD data set like below). So now I need to redirect visits from the URL "directly" to the VCARD data:
BEGIN...
2
I'm trying to create a vCard containing the text below:
BEGIN:VCARD
VERSION:3.0
PHOTO;VALUE=uri:https://upload.wikimedia.org/wikipedia/commons/2/25/Intel_logo_%282006-2020%29.jpg
N:Raven;Test;;;
EN...
Ireful asked 19/9, 2021 at 20:0
2
With a QR code vcard, the user scans the code with their phone and then the dialog with the "add to contacts" pops up on their phone, such as the code below:
How can I do the same but instead of...
Verniavernice asked 30/8, 2019 at 10:45
8
Solved
I'm trying to add a vCard from a web link to the user's contact list on Android 2.2. When I direct the user to .vcf file, all I get is text output in the mobile browser. I have confirmed that the f...
0
I could not manage to work the download attribute when downloading vcards via data URL by Chrome on IOS. I use code below
function download(filename, text) {
var element = document.createElement('...
Cake asked 15/8, 2021 at 18:42
1
I'm trying to create a .VCF file according to these specs (using version 3.0)
https://en.wikipedia.org/wiki/VCard#vCard_3.0
https://www.rfc-editor.org/rfc/rfc2426#section-3.1.4
It all works fine un...
Midyear asked 25/11, 2018 at 17:9
5
Solved
In the desktop Mac world, if I were to click on a link in a web page which linked to a VCF file, this file would be opened in the Address Book application. In the iPhone world, however, doing that ...
Olaolaf asked 20/11, 2009 at 23:32
5
Solved
I want to attach .vcf file with my mail and send through the mail. But the mail is received on the address without the attachment.I have used the below code but the code for this and i don't know w...
Dike asked 2/4, 2012 at 10:46
2
we have a web site that allows people to click on a link to a vCard .vcf file to install contact details on their phone. The method for handling this has changed in iOS 13 and it is really confusin...
5
Solved
In my iPhone app, I want to save the vCards into my iPhone's Contacts when I click onto the vCard which I have.
How can I do that?
I have seen an app on app store which does this:
http://itunes....
Moua asked 15/11, 2011 at 6:27
8
Solved
I want to export the Phone contacts to External storage area. I didn't work with this type of method. Anyone guide me to do this?
Unhallow asked 16/11, 2011 at 6:20
4
Solved
In Android 7, getContentResolver().openAssetFileDescriptor(vCardUri, "r") returns AssetFileDescriptor having declaredLength as -1 returned by getDeclaredLength().
Trying to export the contacts as ...
Adamantine asked 3/2, 2017 at 5:48
2
Solved
I am parsing my vcard info (copied to a txt file)to extract name:number and put it into a dictionary.
Data sample:
BEGIN:VCARD
VERSION:2.1
N:MEO;Apoio;;;
FN:Apoio MEO
TEL;CELL;PREF:1696
TEL...
2
I have multiple vcf files in my sdcard. I want import those vcf files into my contacts.
I am using the below code :
File file = new File(storage_path);
Intent intent = new Intent(Intent.ACTION_V...
Peeples asked 16/4, 2015 at 4:0
1
I am working on a registration form that requires home and work addresses upon submitting.
The fields are as follows:
<html>
<form>
<input name="street-address" autocomplete="home...
1
Solved
I'm currently writing a program for a client where they can export information as a VCard using .NET MVC.
I've got everything pulling through correctly when I download the vCard on Windows however...
2
Solved
Could someone help me, please. How to create vcard file in java?
It must contain several strings
String name
String family name
String phone
String email
..and how to set types to these attributes...
5
I have implemented a vCard on a website. Problem is though that special characters are not parsed correctly on windows.
I can get it to work fine for Mac, but as soon as I open a vcf in Windows (W...
3
Solved
I am trying to convert a Shift_JIS formatted file into UTF-8 format. For this, below is my approach:
Read Shift_JIS file
getBytes of each line and convert it to UTF-8
Create new file and write UT...
4
I am developing an app using XCode 4.2 and I am trying to create an ABPerson using initWithVCardRepresentation and/or ABPersonCreatePeopleInSourceWithVCardRepresentation , but I can t find a workin...
Broca asked 12/1, 2012 at 15:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.