Gmail通讯录与iphone通讯录同步教程(附批量导入vcard文件办法)
2011-01-22 16:40阅读:
描述:1、将iphone中的通讯录以vCard的形式导入到Gmail的通讯录(可以参考最后一段的方法批量导入vcard文件加快速度)
图片:

描述:2、在小i中选择设置---邮件、通讯录、日历
图片:

描述:3、选择添加帐户
图片:

描述:4、选择Exchange
图片:

描述:5、添入Gmail电子邮件、用户名和密码
图片:

描述:6、下一步,选择接受
图片:

描述:7、出现如下画面
图片:

描述:8、服务器填:m.google.com
图片:

描述:9、完成
图片:

描述:10、返回,画面变成如下
图片:

描述:11、选择通讯录,会发现左上角多了一个“群组”
图片:

描述:12、选择“群组”后进入如下画面:“全部联系人”就是Gmail中所有的联系人和小i中的联系人;“在我的iphone上”
...
图片:
附: vCard文件批量导入Gmail联系人方法[终极解决方案]
you need to concatenate all the VCFs in to a single file
...if you're using windows:
# get a command prompt
Windows_Key + R
run: cmd
# change to the directory where all your VCFs are stored
d:
cd
\my_vcfs
# Run this command
copy
/B
*.vcf
all_in_one.vcf
Then just upload the 'all_in_one.vcf' file to google and it will
grab all your contacts in one go
简单翻译一下
1.同时按Win(左下角windows图标键)和R 进入 dos界面
2.打入:cmd,回车
3.输入你的所有VCF文件在的文件夹,如是在d盘的my_vcfs就:
d:
cd\my_vcfs
4.打入命令:copy/B *.vcf all_in_one.vcf
然后把该文件夹中的all_in_one.vcf文件导入gmail,这样所以vcf就一网打尽导入gmail里面。