Re: Address Book.. Group and person
Re: Address Book.. Group and person
- Subject: Re: Address Book.. Group and person
- From: Michelle Steiner <email@hidden>
- Date: Thu, 16 Nov 2006 08:04:41 -0700
On Nov 16, 2006, at 6:42 AM, Bob Cuilla wrote:
Does anyone know the correct syntax to Address Book to add an
existing person to a specific group?
tell application "Address Book"
set the_contact to item 1 of (get the selection)
set theGroup to item 1 of (choose from list ((name of groups) as list))
add the_contact to group theGroup
save addressbook
end tell
--
"Push to test." (click) "Release to detonate."
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden