Re: Apple's Address Book File Format
Re: Apple's Address Book File Format
- Subject: Re: Apple's Address Book File Format
- From: Brant Vasilieff <email@hidden>
- Date: Sun, 30 Dec 2001 11:32:29 -0800
I've been asking for access for over a year now. So far no one from
Apple wants to comment. It's a shame really, because, if Apple doesn't
make it accessible to developers, I'll be forced to write my own address
book. It's not a pretty thought from an end users point of view, as it
would be so much nicer to have one centralized location for tracking the
people you need to reach.
I can certainly understand any reluctance to have it silently used by
viruses and trojan horses, but there are ways to solve that. When an
application wants to access the address book, the address book could
authenticate the request, and ask the user if it's OK for your calendar
or other application to access the data.
You can drag contacts from the address book, they drag as VCards
(ABVCardStringPBoardType), and accept the drop in your application, They
also supply a record ID as one of the drag flavors, but I have yet to
figure out how to extract data from the address book directly.
Good luck,
Brant
On Saturday, December 29, 2001, at 10:11 PM, cocoa-dev-
email@hidden wrote:
I'm not sure if this technically falls under the Cocoa framework, but I
was wondering if there is any documentation for the integration between
the Mail and Address Book applications. I'd like to hook into the
Address Book file with my own Cocoa app and I wondered if Apple had
opened the file format or given sample code libraries to interact with
that file.