• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Setting properties in Address Book
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting properties in Address Book


  • Subject: Re: Setting properties in Address Book
  • From: Peter Baxter <email@hidden>
  • Date: Mon, 11 Feb 2008 19:45:51 +1100

I'd tend to go for a script which allows for some inaccuracy:

tell application "Address Book"
set foo to first person whose name contains "Michelle"
tell foo
set its title to "Queen"
set its nickname to "Redhead Gal"
set its suffix to "full of herself"
end tell
save addressbook
end tell

On 10/02/2008, at 6:03 PM, Michelle Steiner wrote:

tell application "Address Book"
set foo to person "Michelle steiner"
tell foo
set its title to "Queen"
set its nickname to "Redhead Gal"
set its suffix to "full of herself"
end tell
save addressbook
end tell

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Setting properties in Address Book (From: "Robert R. Horning" <email@hidden>)
 >Re: Setting properties in Address Book (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: Add Login item to the list
  • Next by Date: Re: do shell script vs. do script with command
  • Previous by thread: Re: Setting properties in Address Book
  • Next by thread: Re: PHP and Applescript
  • Index(es):
    • Date
    • Thread