VCard import

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (-Guides)
m (Merge to more up to date: Import Vcf Contacts)
 
Line 1: Line 1:
If you have all your Contacts in one file you can import them with the following script: [http://paste.frubar.net/8552]
+
#REDIRECT [[Import Vcf Contacts]]
 
+
The important parts are taken from [[User:Wurp|Wurp]]s [[Import_Sim_Contacts]] script.
+
 
+
== Export vCards from Mac OS X Addressbook ==
+
 
+
# set the vCard Format to 2.1 in the config dialog
+
# select all contacts and say "export vcard"
+
# despite having selected the charset to be utf-8 you may need to do:
+
<code>
+
iconv -f latin1 -t utf-8 vCards.vcf | sed 's/CHARSET=LATIN1://g' > all.vcf
+
</code>
+
[[Category:Advanced End User]]
+

Latest revision as of 21:40, 18 September 2008

  1. REDIRECT Import Vcf Contacts
Personal tools