Questions tagged [addressbook]

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts.

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts. Each contact entry usually consists of a few standard fields (for example: first name, last name, company name, address, telephone number, e-mail address, fax number, mobile phone number). Most such systems store the details in alphabetical order of people's names, although in paper-based address books entries can easily end up out of order as the owner inserts details of more individuals or as people move. Many address books use small ring binders that allow adding, removing and shuffling of pages to make room.

Source

926 questions
0
votes
1 answer

How to implement sort functionality same as AddressBook?

In my app, I have list of contacts which are displayed in ascending order.When user clicks on any alphabet say 'b' then the list should scrolls to the contact starting from 'b'.Is this built-In functionality of AddressBook?Can anyone knows how I can…
Nuzhat Zari
  • 3,398
  • 2
  • 24
  • 36
0
votes
0 answers

JS and jQuery Address Book - search function not working (amongst other problems)

I'm very new to the development world (2 months) and I'm trying to get into a selective coding bootcamp. They've asked me to build an addressbook in JS, using HTML, CSS and jQuery, as part of the admissions process. I think I'm pretty close but I…
0
votes
1 answer

Download all user profile images in Microsoft Graph using python and associate each one to the respective user on his vCard

I need to download all the user profile images on Microsoft Graph via Python and then, in order to complete the vCard, take each downloaded image and associate it with the respective user. import requests url="https:\\microsoft url token" data = { …
RRM
  • 5
  • 3
0
votes
1 answer

How do I read iPhone Exchange Account Name from Xcode?

I want to be able to read the names of the exchange accounts. ABSource objects only have 2 properties from what i could tell.One of them is an integer specifying the type of source(ex: 0 for local addressbook, 1 for exchange addressbook) and the…
0
votes
0 answers

I want to add address in a specific Phone Contact

I have a list of contacts in table view cell whenever I click a cell which is an existing contact I want to add or update address in that existing contact. var selectedContact: Contact! Contact! is a model var updateContact =…
0
votes
1 answer

iPhone ABAddressBookRef. Retrieve all data

I worked with AddressBook framework (iPhone SDK). I displayed my contacts as modal view controller and browsed it. I wonder is it possible to retrieve all contacts data without this modal view controller and human interactions. P.S. it seems NOT…
Dmitry Pilipenko
  • 339
  • 6
  • 16
0
votes
2 answers

I keep getting "Value does not fall within an expected range" when using SaveContactAsync(contact) in UWP. What am I doing wrong?

I am trying to connect and sync a local addressbook from my UWP app. //Create or Find Contact List ContactList contactList; var contactLists = await store.FindContactListsAsync(); if (0 ==…
Novin S
  • 23
  • 5
0
votes
1 answer

Not able to update address book using my code in Lion OS X

In my application I have to get the record form the AddressBook and after changing some information I wants to save it. This logic in not working in Lion, though it is perfectly working fine in Snow Leopard.  Code Example: ABPerson *aPerson =…
rambo
  • 61
  • 8
0
votes
1 answer

AddressBook Counting Birthday entries from all records

I am attempting to count the total number of Birthday entries throughout the Address Book. Problem line /* This line crashes only when using kABPersonBirthdayProperty */ ABMultiValueRef lBirthdays = ABRecordCopyValue(lRef,…
WrightsCS
  • 50,551
  • 22
  • 134
  • 186
0
votes
1 answer

can we add extra buttons to iphone native address book view controller?

I want to know whether we can add extra buttons to iphone native address book view controller ? For example in contact info view contact in address book.
0
votes
0 answers

iOS - Extend AddressBook record

I'm developing an iPhone app for a small business owner. All of the biz owner's clients are in the iPhone's Contacts (AddressBook) The model will include a "Client" class which will be selected from the biz owner's list of contacts in the…
Norbert Ryan
  • 51
  • 1
  • 4
0
votes
1 answer

How to add notice on magento 2 checkout, on street address field for billing and shipping

I want to add notice on street address field, on magento 2 checkout page. I tried adding it in: using layout process
0
votes
1 answer

How to implement encryption on Baikal/ SabreDAV?

I am trying out Baikal for its CardDAV functionality in order to provide my users with addressbook functionality on iOS. I have created a desktop application and expect to be able to create a BLOB from this app, with VCard data, and insert it to a…
jim
  • 43
  • 6
0
votes
1 answer

need method to compare given name string with names in address book

is there any method to compare given string with names in address book of android like using ContactsContract?
Jim
  • 1
0
votes
1 answer

Problem when retrieving address, photo from iphone address book

I have a task to develop the application with phone gap. And retrieve in my application.using javascript. I want first name,last name,address,photo,home page,email,phone no in my application using phone gap. i have done the following code to retrive…
Hrushikesh Betai
  • 2,227
  • 5
  • 33
  • 63