Is it possible to automatically open OSX adressbook and import a vcf file?

Klaus Major klaus at major-k.de
Wed Jul 11 10:51:13 EDT 2007


Hi Ian,

> On 11 Jul 2007, at 15:15, Klaus Major wrote:
>
>> I'm sure this is possible with AppleScript.
>> Open the AppleScript Editopr and then the "dictionary" of the  
>> Adressbook.app.
>> I think "open ..." is the correct command to open/import a VCF file.
> Rev's built-in 'open x with y' command may work as well.

Yep, that's even more simple :-)

But won't probably work with "open" but with "launch"
...
launch "path/to/vcf_file.vcf" with "path/to/Addressbook.app"
...

> Ian

Best

Klaus Major
klaus at major-k.de
http://www.major-k.de




More information about the use-livecode mailing list