Tagged Questions
vCard is a file format standard for electronic business cards.
11
votes
2answers
1k views
Android Bluetooth Bluejacking Possible?
Reading from http://developer.android.com/guide/topics/wireless/bluetooth.html,
The current Android Bluetooth API's require devices to be paired before an RFCOMM connection can be established. ...
9
votes
2answers
6k views
How to add a contact to the iPhone's Address Book from a Web Page?
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 ...
8
votes
1answer
70 views
php vcard display as plain text
i have a new feature on my site that allow user to get vcard files. this feature reads data from my database (which this one works) and generate the vcard.
the file is: vcard.php and i pass the user ...
8
votes
2answers
151 views
localising postal / physical address display from database fields
Can anyone point me to a list of international postal / residential / delivery address format templates that use some kind of parseable standard vocabulary for address parts?
The ideal list contains ...
5
votes
2answers
944 views
Vpim::Vcard - Parsing vcard 2.1
My code must parse Vcard 2.1 format.
I am using vpim(there are no other libs)
When I run Vpim::Vcard.decode(data) I get error:
undefined method `each' for #<String:0x0000000928e778>
...
5
votes
6answers
3k views
4
votes
1answer
226 views
Why am I getting an encoding error with vpim in rails 2?
I get the following error:
Vpim::InvalidEncodingError (email@email.net):
2011-06-07T01:37:06+00:00 app[web.1]: .bundle/gems/ruby/1.8/gems/vpim-0.695/lib/vpim/field.rb:110:in `decode0'
It has ...
4
votes
3answers
396 views
MS “VCard” french specials chars
I'm trying to create VCard on the fly for a site. I simply open a "real" VCard once create with Outlook with Notepad++ and saw what I need into it to create one on the fly. Everything works fine and ...
4
votes
2answers
695 views
How to download a .vcf file
I'd like to know, how can I realise a Vcard download.
That's my current code:
$path = "../../media/resources/";
$file = "Toni_Junas.vcf";
header('Content-Type: text/x-vCard');
...
3
votes
1answer
82 views
Any way to add an exportable property to an ABPerson
The vCard 3.0 standard allows for extending the cards with custom field with a "X-" prefix. However adding a property via Objective-C's addPropertiesAndTypes: and setValue:forProperty: methods do not ...
3
votes
1answer
190 views
Image/binary data not being parsed from XMPP vCard
Please help, I am stuck with this issue.
Basically I am getting a AVATAR BASED VCARD i can see that in debug mode, but ASMACK is not parsing image properly. Its just dropping the tag which contains ...
3
votes
1answer
327 views
Visual Basic Macro in Outlook 2010, saving to a specific folder?
I am working with converting people from an older email client to Outlook 2010. Trying to convert the contacts over efficiently can be a pain, so we have some code that does the grunt work for us. The ...
2
votes
1answer
82 views
Facebook self vCard
Hi I want to get profile picture of my own. So After login, I am sending below IQ packet and getting the below mentioned response but it does not contain any Picture details.
Can anyone please help ...
2
votes
1answer
149 views
Attachments in mails sent via App Engine not readable on every mail client/ device
I'm using App Engine with Python. My application basically sends vcards (.vcf) by email when users request it.
Indeed, files with .vcf extension are supported by App Engine. I use the mail API to ...
2
votes
0answers
875 views
Sending an MMS with a vCard attachment on Android devices
I'm trying to find a way to send a MMS message containing a vCard attachment. I thought this would be a fairly easy task, but I still haven't managed to come up with something that just works over a ...
2
votes
3answers
281 views
PHP mail() function not sending on new server
Having some issues with a PHP script that sends emails (code below). Basically, it populates a vCard file with contact information stored in an sql db and attaches it to an email using the php mail() ...
2
votes
3answers
385 views
c# - WPF command-line arguement for opening file gives infinite loop
This is a weird one! I am working on an application that reads vCard files, which contain contact etc. information for a person. Each file may contain seperate 'sections' that each contain the details ...
2
votes
2answers
2k views
android vcard string to contact
i'm wondering if there's a clean way to import a vcard as an android contact. i have a vcard parser, but mapping each possible vcard field and field type is going to be a painful, bug-prone exercise. ...
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
671 views
Insert vCard in Android
I'm trying to import and export contact on an Android phone as vCards. Export works fine and i get the vCard string.
But how can i insert a contact from a vCard string? I wasn't able to find any ...
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
3answers
989 views
Creating vCard file in .NET Compact Framework (C#)
Is there a built-in way to create vCard files in the .NET Compact Framework?
If not, what is a good library for this?
I have found this one which after some adaptations would seems to be able to do ...
2
votes
1answer
1k views
Adding Contacts to Address Book(IPhone) from VCard
I need to add a contact in AddressBook of IPhone from the VCard i am getting from the server. Is there a way to do it in IPhone or i need to parse the Vcard file and create the IPhone contact from it.
...
2
votes
1answer
312 views
How do I add vcardfile in the composer sheet of an iPhone application
in the mail sheet im able to add images but where as im not able to attach vcard file
MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init];
picker.mailComposeDelegate = ...
2
votes
1answer
1k views
How do you display an XMPP (Jabber) vcard photo in Delphi?
How can I read a photo from an XMPP vcard (an avatar picture, which I think is in JPEG format) and display it in a Delphi TImage control?
The XMPP server sends this XML:
<presence id="e3T50-75" ...
2
votes
4answers
13k views
Export all contacts as vcards from Outlook
So, I want to export all my contacts from Outlook as vcards. If I google that, I get a bunch of shareware programs, but I want something free that just works.
If I'm to code it myself, I guess I ...
1
vote
1answer
89 views
UTF8 Encoding with vCards in Windows
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 ...
1
vote
0answers
111 views
Importing VCard in objective C in iPhone
I am developping an iPhone App using XCode 4.2 .in a portion of the App I will be getting a VCard as an NSString
I found this function initWithVCardRepresentation and i think it will be easier than ...
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
0answers
101 views
library for clientside vcard creation
I would like my site visitors to be able to create a vCard, with all supported properties, notes, and some custom properties. Similar to what this website called vacrdmaker offers. I have found a php ...
1
vote
0answers
158 views
VCF Card Support on mobile safari…or what should we use instead?
Given a website made with jQuery Mobile, what's the "best way" (most-cross platform) to allow users to create a new contact with my company's address and phone number. Vcard?
1
vote
3answers
753 views
Formatting VCard in PHP
I'm trying to generate a VCard via PHP, and them email it out to the user. I wrote an initial script with hard-coded data, but the end-result will fill in the VCard from MySQL.
When viewing the ...
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
467 views
Create VCard using Cardme Java
Hi
I am trying to create a vcard (.vcf) file in Java using Cardme API.
I can save a .vcf file, but it has no contents in it and empty.
Please find my code below,
private void generateVCard(Card ...
1
vote
1answer
40 views
Easiest way to eliminate certain pattern in a text file
I have a vCard file containing thousands of contacts. In a vCard file contacts are stringed together and a single contact is embraced by
BEGIN:VCARD
...
END:VCARD
Companies or organizations can ...
1
vote
2answers
433 views
WPF opening new window on current window close in loop
I am working on a program that reads a text file and stores parts of it in chunks in an array and then (this is the theory) parses the text in each block (index) and populates a series of textboxes ...
1
vote
1answer
802 views
Looking for a library for vCard generation and parsing in Objective-C, C, C++ (for iPhone)
I would like to be able to parse a vCard from a string and produce a string representation for a vCard.
1
vote
3answers
2k views
vCard .vcf file download browser support - godaddy
I have a download vCard (.vcf) link on a site. It works locally but not online. Just opens file in browser without downloading. I would rather not have to zip it.
Read around and found I need to put ...
1
vote
1answer
376 views
Does Android Tags app recognize vcard data from an NFC tag?
I've been able to successfully write URL and text data to RFID tags, these are recognized by the Android Tags app, but I have been unable to get the Tags app to recognize vcard data. Where I would ...
1
vote
3answers
2k views
QR Code import of vCard does not separate fields. Is it the format?
This text
BEGIN:VCARD
N:Haven;Richard;;;
ADR;DOM;PARCEL;HOME:;;9999 Mission Street ;Daly City;California;94014;U.S.A.
EMAIL;INTERNET:richard@domain.com
EMAIL;INTERNET:richard@domain.org
...
1
vote
1answer
168 views
ToolTips style
Im looking for a library that can help me design ToolTips within WinForms.
it does not have to be tooltips but an on hover / single click is ok.
I need to show client information on the hover event ...
1
vote
1answer
368 views
vCard Microformat on a web page
I'm trying to use the vCard Microformat standard to provide a VCF export option on a web page, but when I try to export to Outlook 2003, it doesn't show the phone numbers at all. Here's the vCard code ...
1
vote
1answer
351 views
How can I upload and parse a vcard using ruby on rails?
I would like to be able to upload a vcard and have it parsed into my application's Model.
I am thinking that Paperclip would be a way to upload, but I have no idea how to do the parse.
I did a ...
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
3k views
iPhone: how to get safari to recognize a vcard?
I'm trying to create a QR code so that iPhone users can import my address book information. I'm doing this by:
putting a VCF (vcard) file on my web server
creating a QR image that contains this ...
0
votes
0answers
12 views
vCard specification for Outlook contact and Mac Address book contact
i need vCard specification for Outlook-2007/2010 contact vCard and Mac Address Books contact vCard or specification for vCard v2.1 and v3.0.
0
votes
1answer
29 views
QR TAG - iCal and Vcard
Is it possible to create a QR Code tag that sends a vCard and dynamically adds an event to the calendar that is based on today's date + 90 days?
0
votes
0answers
38 views
unable to create a person using VCard representation
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 working ...
0
votes
0answers
52 views
(iOS) recursive vCard-temp request to the jabber server?
I am creating an iphone app with xmpframework, everything works fine, but i would like to update my profile picture with the following code. and i got some incorrect recursive vCard-temp request to ...
0
votes
1answer
29 views
How does the vcard_name attribute work re: input fields?
Can anyone explain how the (IE) vcard_name attribute works as applied to HTML input fields (see below)?
<input name="foo" vcard_name="bar">
I've read Microsoft's documentation but am still ...