Create a person in Address Book
Create a person in Address Book
- Subject: Create a person in Address Book
- From: Matthew Smith <email@hidden>
- Date: Wed, 02 Oct 2002 17:00:20 +1000
I am trying to use AppleScript to create a person in the Address Book. I can
create a person, but haven't found a way to include a person's phone
numbers, addresses, email addresses and instant message accounts.
I tried the following but it didn't work.
tell application "Address Book"
make new person with properties {first name: "Steve", last name: "Jobs",
email:{label:"home", value:"email@hidden"}}
end
How do I create and add elements to Address Book persons?
--
Matthew Smith
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.