vCard is a file format standard for electronic business cards.

learn more… | top users | synonyms

0
votes
0answers
26 views

How can I iterate over attributes with identical types in a vobject?

I am trying to use the Python vobject module to process a large .vcf file and extract contacts that have an iPhone. The below code appears to work for my example .vcf of 6 contacts, but actually ...
0
votes
1answer
38 views

Store Image and get images

I'm going to make vcard which also can save image picture. can anyone help me?? I already read the documentation at ...
1
vote
2answers
54 views

iPhone : How to get each element from QR code vCard?

I am developing one simple application which is used to read the QR code vCard and display the details of the contact information in the QR code vCard. I am able to scan the vCard and get the details ...
0
votes
0answers
36 views

Vcard , Save the previous state second time when app is running and crash , picking not all contacts in android

I am making Vcard for that I pick all the contacts using following code. When I run the for the first time it works fine but when I use it second time, it doesn't pick all the contacts and crash in ...
0
votes
0answers
30 views

XMPP require user avatar

I try to get the avatar of any user by send iq to require user vcard . When I got the response from the server I try to set the PictureBox image to user avatar.Yes I done that part but the picture ...
0
votes
0answers
47 views

vcard file generated from php not accepted as valid

I setting up a script to generate vcard files from info in a wordpress custom post. It seems to work, but the resulting file is not accepted as valid by 'Contacts' on mac. This is the file content: ...
0
votes
1answer
38 views

Is it 'illegal' to include a GENDER type in vCard 3.0?

I understand that vCard 4.0 will introduce some commonly used contact property fields (types) like GENDER, ANNIVERSARY, etc. There is no standard way to represent these in vCard 3.0 format. My ...
1
vote
2answers
33 views

How can I erase the Author of the blog posts from showing on the Homepage's H2 tags? [closed]

I have had a helluva time trying to find the H2 tag code that pulls up on the homepage of the site that I am optimizing. http://tinyurl.com/cynvmka I am guessing that the H2 code of the DATE + ...
1
vote
2answers
54 views

way to script an export of all AD users vcards

i'm looking for an easy way to export all active directory users info into unique vcards for each. there is some info i'd like to leave out of the vcard like home phone, and emergency contact. i've ...
0
votes
1answer
45 views

vCards compatible with all smartphones

I have a website where the user can download a vCard for each represented contact. Works great on desktop, but does not work on (all) smartphones. Is there any way to make a vCard compatible to all ...
0
votes
1answer
128 views

Writing a contact's photo into a vcf file, android

I am using a code in which a list of all contacts is shown. When I select a contact from the list, details of the contact are shown and saved in a .vcf file (in proper vcard format), working fine. ...
0
votes
1answer
49 views

EXC_BAD_ACESS on importing a vcf vcard file

I am retrieving vcard data from a vcf file from the app documents directory into a String. The string is fine but ABPersonCreatePeopleInSourceWithVCardRepresentation throws BAD_ACCESS error. Heres the ...
1
vote
1answer
139 views

Character encoding issues with PHP generated vCards in Outlook

We're encountering character encoding issues trying to create vcards in PHP. In Outlook names that use special characters are distorted, like "é" becomes "é". We updated the header and the FN and N ...
0
votes
1answer
114 views

Donot insert image source code when making vcard in api level 8

I am making Vcard using this code , now I want In my vcard don't insert code of image , all other things will added in vcard , how I do it .... I'm using this String VCard = ""; ...
0
votes
2answers
115 views

Export VCF image to JPEG

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 the ...
1
vote
0answers
79 views

Parsing multiple vCards with Python

I've got a vcf file from Google's contacts export feature. It was encoded with UTF-8, but my WinMobile telephone expects win1251 characters to import into contactbook. I recoded it into win1251 and ...
0
votes
0answers
100 views

How can I set the contact photo by using NFC vCards share system on Android?

I am developing an APP that gets a contact card (Vcard) from an NFC tag, How can I write a contact picture on this tag or a link to the picture on the web, so that the smart phone can download it ...
1
vote
1answer
78 views

Generate vCard without image

I am currently generating vCards from my Address Book via this function: ABAddressBookRef ab = ABAddressBookCreateWithOptions(NULL, nil); NSString *firstName = (__bridge NSString ...
0
votes
2answers
50 views

Regular expression help for vcf file

I have contacts in single vcf file as BEGIN:VCARD VERSION:3.0 FN:XYZ N:XYZ;;;; TEL;TYPE=CELL:0123456789 END:VCARD I used vcard splitter to split them into vcf files with single contact so that I ...
0
votes
2answers
202 views

Windows Phone: Parse a VCard String

I have a VCard String that I want to parse and insert to the phone's contacts store. I checked this link ...
1
vote
1answer
380 views

Send VCard file/string via Whatsapp or mail programmatically

I am trying to send a VCard from a String or file via Intents choosing the app, for example Whatsapp. Do you have any ideas? Thanks Edit: I have tried this code. Also with set type text/plain. The ...
0
votes
1answer
115 views

getting error in Android ICS when making Vcard

working good in android 2.1 Code String vfile ="POContactsRestore.vcf"; String VCard = null; File vfile = new File("/sdcard/POContactsRestore.vcf"); ...
0
votes
0answers
132 views

Vcard version supported by android and recommended by android [closed]

i want to know about vcard, is android support vCard 4.0 and vCard 3.0. m working on contacts, i see vcard which was version vCard 2.1 created by android.... anybody tells me is android support ...
0
votes
1answer
151 views

PHP MeCard Decoder or MeCard to VCard Converter

I'm working on a QR code parser and I'm wondering if anyone knows of a MeCard library, or code that converts a MeCard to a VCard. If not, is there an official specification doc for MeCard out there? ...
1
vote
1answer
87 views

VCard 4.0 Phones Regex?

I want to read VCard 4.0 file . I use this sample. but when I use this solution for this file. BEGIN:VCARD VERSION:4.0 N:Gump;Forrest;;; FN: Forrest Gump ORG:Bubba Gump Shrimp Co. TITLE:Shrimp Man ...
0
votes
1answer
57 views

how to generate vCard All Properties into Regex?

I want to generate regex for vCard Properties. For Ex: VERSION: Regex regex = new Regex(@"(?<strElement>(VERSION)) (:(?<strVERSION>[^\n\r]*))", options); Match m = regex.Match(s); ...
0
votes
0answers
208 views

Importing vCard with a photo (Android 4.04)

I'm working on a contact sharing website so that everyone at my company will always have access to our employee contact list and easily be able to import the contacts into their cell phone. We all ...
1
vote
0answers
359 views

Google CardDAV changes vCard UID

I'm integrating the Google CardDAV with my webApplication. I have a strange problem sometimes when I make a PUT of a new vCard. If the vCard contains a UID and the UID is a GUID Google changes the ...
0
votes
1answer
44 views

Add item into device Calendar by URL on page

We would like to let a user with mobile device (Notebook/Tablet/Smartphone) add an event to his Calendar by just hitting a button/link/url from our MOBILE WEBSITE. How can we provide this? (We read ...
1
vote
1answer
229 views

Send data as Attachment to E-Mail without saving it on sd card

I am working on an application, where I am sending .vcf files to E-Mail as attachment thorugh my application, I have used following code to achieve this, try { path = ...
5
votes
2answers
275 views

how to generate vcard in iphone using the addres book contact details

I have an application where i want to import the address book details into vcard format.This is the code that i have done but the problem my email address,photo,organisation name ,etc is not getting ...
1
vote
0answers
113 views

How to send Binary Message in Android

I am working on an application where I need to send Binary Message. Though I have found a way in Blackberry to send a binary message as follows, BinaryMessage sms = ...
3
votes
5answers
237 views

App getting force closed on Back Key pressed

I am working on a VCard application. here I have started Default Contacts activity(Address Book). Now, the flow of application is like this, User Launches the application. Default contact book is ...
0
votes
1answer
280 views

QRCode AddressBook type String to Vcard

After scanning the "ADDRESSBOOK" type from QR code, the content that I get is the simple string like: Sandeep abc def ;;my new address +908888888888 +901111111111 +902222222222 ...
8
votes
4answers
959 views

iPhone | Send vCard via simple SMS

I want to send a vCard via simple SMS. I do not intend to send vCard with iMessage of Email. I've created a vCard in the format below. BEGIN:VCARD VERSION:3.0 N:;Sahil;;; FN:Sahil ...
0
votes
0answers
118 views

can't parse name of vcard using c#

Now i want use C# to parse vcard. i'm using this demo : http://www.codeproject.com/Articles/17393/vCard-Reader-with-Lightweight-Approach it load many phone number but it only load 1 name in vcard . ...
1
vote
0answers
99 views

Vcard sent as plain text

I have generated a vcard of the selected contact. I am sending it through sms (though i know we could send it through mms, but there are some phones that dont support mms). when I am sending it to ...
1
vote
2answers
1k views

How to generate a .vcf file from an object which contains contact detail and object is not in the phone book

I want to generate a .vcf file for an object which contains contact information like name, image, phone number, fax number, email id, address etc. This object is not added in the address book of the ...
1
vote
0answers
119 views

web.config rules to force open .vcf on Android Chrome

Through other posts, my web.config file was modified to get most devices to open the .vcf file, but Chrome on my Android (S3) phone displays it instead. I used vcard 2.1 and running IIS 7.5. Here's ...
2
votes
1answer
188 views

Creating a multiple phone vCard using vObject

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 = ...
3
votes
0answers
226 views

How to generate Vcard of the selected contact from the default Contacts application

I am working on an android project, where i need to generate Vcard of the selected contact. Though i am able to generate a sample vcard using this tool But it provides us to create a default vcard. ...
1
vote
2answers
175 views

Trying to parse out vCard name entry with Regex

I have the following Regex to parse out a vCard: (VB) Dim options As New RegexOptions() options = RegexOptions.IgnoreCase Or RegexOptions.Multiline Or ...
3
votes
2answers
1k views

Generate VCards from Excel using VBA

I am looking at creating an excel file where I would manually fill in multiple contacts information so that I can export the contacts (one by one) or all of them to individual vcf files within a ...
4
votes
1answer
379 views

Scan QR code (vcard) and save the contact on windows phone 7

Hi guys I'm developing an app, but I have a problem with saving vcard as contact functionality, here is how it works step by step: Scan the QR Code (a vCard Data v2.1 ...
1
vote
0answers
159 views

What vCard version is recommended? [closed]

I am trying to figure out what the problem is with my C# vCard Generate code; sw.Write("BEGIN:VCARD\r\n"); sw.Write("VERSION:1.0\r\n"); ...
0
votes
5answers
539 views

'System.IO.MemoryStream' does not contain a definition 'for'? [SOLVED]

I am having a little problem here which is already Solved; Error1 'System.IO.MemoryStream' does not contain a definition for 'CopyTo' My Code: //Error accures here ...
1
vote
3answers
271 views

web.config configuration Error

Everything should be good, but my web.config gives me this strange error. How can I get this error if I am sure my stringlist in the web.config is good? Error: Configuration Error ...
2
votes
1answer
213 views

xmppframework for iOS - sending vCard update

I'm currently playing with the XMPPFramework for iOS and I had the idea to let users make their own profile, based on vCards. I've made a screen where they can enter some information, such as date of ...
1
vote
0answers
139 views

After modifying the contacts like deleting the existing contact from the address book and then trying to generate the vCard string the app crashes

I am using the code from the following github.I am just posting a part of the code please get the full code Here's a link I am trying to take the backup of all the contacts into the local database.Its ...
0
votes
2answers
292 views

Android: save vcard text in contacts

i've got a qrcode app that scan also vcard: the result (i save it as a string) is: BEGIN:VCARD FN:name N:surname TE:039390399 and everything else my question is: how can i save this string in the ...

1 2 3 4 5