Questions tagged [import-contacts]

82 questions
8
votes
4 answers

How to get contacts detail of iphone and make CSV file of that contact

I want to get contact details in an iPhone with information like First Name, Last Name, Phone Number, Phone Number Type, Email Address, Email Address Type etc.. Can anyone help me with that? I want to make a .csv file out of the contact details in a…
Vivek2012
  • 772
  • 1
  • 13
  • 25
4
votes
1 answer

Ruby on Rails grabbing Yahoo contacts on "Contacts" gem

I installed "contacts" gem on my local machine, wrote some code to get yahoo, gmail and hotmail contacts, and it was running smoothly. I moved the code to a server for testing, my gmail and hotmail contacts were still running, but Yahoo gave me the…
wael34218
  • 4,860
  • 8
  • 44
  • 62
4
votes
3 answers

Get only new/modified phone contacts from iPhone

I want to import all phone contacts into app first time only and save on server. Second time wants to imports only new, modified and deleted contacts into an app and sync with contacts saved on the server which should be done according to…
Harshal Wani
  • 2,249
  • 2
  • 26
  • 41
4
votes
4 answers

string replace phone number iOS swift

I import a phone-number from "Contacts" and save in NSString. this string contains white-space and I try to delete them using the method: numero = numero.stringByReplacingOccurrencesOfString(" ", withString: "") this method doesn't work. func…
dario91sr
  • 39
  • 1
  • 6
4
votes
4 answers

Get address in contacts using Android SDK

I'm trying to retrieve the contact's name, phone number, and address from the android contact list. The name and phone are pretty straight forward but the address seems to not be accessible with the 1.6 api level. Has someone figured out how to get…
Jeremy Edwards
  • 14,620
  • 17
  • 74
  • 99
3
votes
3 answers

Google Contacts API - too risky?

I'm considering using the Google Contacts API for a webapp, but I'm worried that a user might have a bad experience that could be blamed on me. I intend to use the data in a responsible manner, I could get blamed for somebody else's misuse of it. …
Colin Pickard
  • 45,724
  • 13
  • 98
  • 148
3
votes
1 answer

Rescue Authentication Error while retrieving contacts from cardmagic/contacts gem

I am using cardmagic/contacts gem to import contacts from email addresses in my application. It is working fine but my problem is I want to catch the authentication error like wrong username/password for following code. @contacts =…
3
votes
1 answer

PHP Email Importer (from CSV, Gmail, Outlook, etc)

I'm looking for a PHP solution that will allow me to import an email contact list (along with other information such as name, address, phone, etc) from a CSV spreadsheet, Gmail, Outlook, and other major email providers. I'm not only looking for free…
Rohan
  • 383
  • 3
  • 6
  • 14
3
votes
4 answers

Fetching more than 10000 contacts from android device

I want to retrieve >10000 contacts from the android device. To fetch that much contact it takes about 8-10 min. Is there any other possible way to do this. I have implemented a method its working fine but when it comes to large number of contacts it…
3
votes
0 answers

Filter and hide specific contacts using Contact.framework iOS

I'd want to filter out contact with only email address and hide the phone number only contacts. So far I've been able to disable the phone number only contacts. let picker = CNContactPickerViewController() picker.predicateForEnablingContact…
3
votes
1 answer

Importing contacts from the top webmail services

Is anyone familiar with a service or open-source scripts that can import contacts from Gmail, Yahoo mail, AOL, Hotmail and other prominent webmail services? (Not plaxo, it has a problem in IE7)
Eran Galperin
  • 86,251
  • 24
  • 115
  • 132
3
votes
2 answers

Storing Contact list in NSMutableArray

I'm using this code to get the contact list and then I want to store the contact list into an array, alright just the first name if I get how to add the all the first name then I'll go ahead and other properties also. - (void)viewDidLoad { //…
obaid
  • 892
  • 11
  • 25
2
votes
1 answer

Error while importing contacts from AOL

I am trying to import all my AOL Email contacts in my web application. For that I am using cardmagic gem given at I forked the code & replaced following code AOL_NUM = "29970-343" # this seems to change each time they change the…
mandar.gokhale
  • 1,876
  • 1
  • 18
  • 37
2
votes
2 answers

How to integrate openinviter code in asp.net?

I am developing a Social Networking Site using Asp.Net and C#.There is an option for All users to import their contact from deferent mails eg:- gmail,Hotmail,yahoo,reddiffmail etc... I found some source code in openinviter.com.But that is Coded in…
Avinash
  • 3,231
  • 10
  • 36
  • 46
2
votes
0 answers

"Content Security Policy: The page’s settings observed the loading of a resource at self.." error while importing yahoo contacts

I'm getting following error Content Security Policy: The page’s settings observed the loading of a resource at self (“script-src https://api.login.yahoo.com 'unsafe-eval' https://*.yimg.com https://query.yahoo.com https://*.query.yahoo.com…
1
2 3 4 5 6