Skip navigation.
 
mlRe: Open record in Address Book
FROM : Nick Zitzmann
DATE : Sat Jan 05 01:33:44 2008

On Jan 4, 2008, at 12:32 PM, Claus Atzenbeck wrote:

> I would like to double click on an entry in my application (which 
> holds
> a unique ID referring to [ABRecord uniqueId]) to open the appropriate
> entry in Apple's Address Book application.
>
> Any idea how to do this nicely?



The easiest way is to use NSWorkspace to open a URL with the scheme 
"addressbook" and the host being equal to the escaped unique ID.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlOpen record in Address Book Claus Atzenbeck Jan 4, 20:32
mlRe: Open record in Address Book Nick Zitzmann Jan 5, 01:33
mlRe: Open record in Address Book Claus Atzenbeck Jan 5, 20:57
mlRe: Open record in Address Book Sean McBride Jan 7, 16:40