Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
301 views

Export the Contacts as VCF file

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?
2
votes
5answers
57 views

PHP save file to users computer

I have a script that creates a vCard for members of staff when the 'Add Contact' button is clicked. I have this vCard in a variable, but I'm not really sure what to do with it next. I take it that ...
2
votes
3answers
7k views

How to get a vCard (.vcf file) into Android contacts from website

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 ...
2
votes
1answer
1k views

Import a vcard 3.0 automatically into android contacts (Android 2.1)

I'm trying to import a vcard (vers. 3.0) automatically into the android contacts. Within the contact manager there is an option to import a vcf file stored on the sd-card into the contacts. How can I ...
2
votes
2answers
1k views

Python Library to Generate VCF Files?

Know of any good libraries for this? I did some searches and didn't come across anything. Someone somewhere must have done this before, I hate to reinvent the wheel.
1
vote
3answers
256 views

VCF Vcard import c#

iam trying to write a class which imports *.vcf files (Vcard), because i didn´t found a adequate .net class to solve that job. So i decided to treat the *.vcf file like a *.txt file. I just import ...
1
vote
1answer
1k views

how can i send vcard/contacts/.vcf var SMS or MMS in android?

recently i am resolving a problem in android,i find a lot of information from internet ,however still have no idea the problem is : I want to modify the android source code that can send ...
1
vote
1answer
520 views

how to add .vcf file as attachment in application iphone

In my app I want to add .vcf file as attachment in MFMailComposeViewController.
1
vote
1answer
952 views

import vcard in android 2.1

I'm trying to import a vcard into the android contacts. Within the contact manager there is an option to import a vcf file stored on the sd-card into the contacts. How can this be triggered via code? ...
1
vote
2answers
2k views

How do I parse a VCard to a Python dictionary?

I'm trying to figure out how to parse a VCard to a Python dictionary using VObject. vobj=vobject.readOne(string) print vobj.behavior.knownChildren This is all I get: {'CATEGORIES': (0, None, ...
1
vote
1answer
1k views

.NET Sample VCF Reader

Does anyone know of a good sample (inline in reply, or web tutorial) for extracting data from a VCF file using C#/.NET? Does anyone use VCF files anymore? Is this even worth doing for a contact ...
0
votes
1answer
39 views

Create link that adds vCard direct to Adress book

I'm in the process of building a mobile site (for Iphones and Androids... I think Blackberry is out of it) Here the problem I'm with. We want to have a link that, when clicked, automatically adds the ...
0
votes
0answers
34 views

vcf not openning correctly

I've built a php mobile website which downloads a .vcf file to the user's phone. The vcf details are written in hebrew and the mime type is text/x-vcard. I've genrated the vcf card from ...
0
votes
0answers
113 views

vcf php email attachment is an empty file

My vCard file and php sender are in a sub-directory (same directory as each other) and if I navigate directly to it, it works as it should. But when emailing it, the email shows an attached file, but ...
0
votes
1answer
181 views

read vcf (vcard) labels and values

I am trying to read a vcf, I am already getting the values, but unable to retrieve the type and prefixes. Please see following code <?php require_once( 'Contact_Vcard_Parse.php' ); if ( ...
0
votes
0answers
196 views

iOS : How to output vcf file by AddressBook/AdressBookUI framework

I could input/output people contacts in my iphone by AddressBook/AddressBookUI framework. Now I want to input/output vcf file like people contacts. However, I have a problem how to load vcf file like ...
0
votes
0answers
628 views

How to create vcf file on iPhone? [closed]

Possible Duplicate: Generate vCard from AddressBook.framework I wanna save my contact as vcf files so that I can transfer my info to another device. The problem is how to save contact to ...
0
votes
3answers
6k views

How to import multiple vCard VCF contact files into Outlook 2007 using VBA

How to import multiple vCard VCF contact files into Outlook 2007 using VBA
0
votes
1answer
453 views

Upload vCard (.vcf) file to IIS7 Site

I'm trying to upload a vcard file to a site i've built with ASP.NET. It's hosted on an IIS7 server. I keep running into the "content type not allowed" error when i try to upload the file. I have ...
0
votes
1answer
1k views

Convert vCard Bulk Contact File to Single .vcf files

I recently had an issue... I wanted to transfer my contacts fro my LG U990 Viewty to my iPhone 3GS I exported the contacts from my LG to a vCard File containing all the addresses all in one as ...