Jump to content

vCard File.


This topic is 6843 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Yes buy this thread plugin or brew your own. But you have to observe that the Addressbook uses an dynamic field structure ...but you could utilize embedded applescripts to accomplish it:


tell application "Address Book" 

set foo to make new person at the end of the people with properties {first name:"Søren", last name:"Dyhr", company:true, organization:"Lydtekniker Søren Dyhr"} 

make new email at end of foo's emails with properties {label:"work", value:"[email protected]"} 

make new address at end of foo's addresses with properties {label:"work", street:"Axelhøj 23c", zip:"2610", city:"Rødovre", country:"Danmark"} 

make new phone at end of foo's phones with properties {label:"work", value:"40423223"} 

save addressbook 

end tell 

Now this only put my data in you 'book, but this is the form - then you have to think of ways to loop thru all the filemaker records.

But easier solutions exists:

http://econtact.slade.de/

--sd

Link to comment
Share on other sites

This topic is 6843 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.