Re: adressbook group trouble
Re: adressbook group trouble
- Subject: Re: adressbook group trouble
- From: Michelle Steiner <email@hidden>
- Date: Sun, 12 Oct 2008 15:36:19 -0700
On Oct 12, 2008, at 3:29 PM, Richard Rohleder wrote: tell application "Address Book" set Mensch to "Any Name" set Gruppe to "Test"
set Mensch_ID to id of person named Mensch set Gruppe_ID to id of group named Gruppe
add Mensch_ID to Gruppe_ID
tell application "Address Book" to save addressbook
end tell
You are overthinking it. Try this script:
tell application "Address Book" set Mensch to "Any Name" set Gruppe to "Test"
add person Mensch to group Gruppe
tell application "Address Book" to save addressbook
end tell
-- Michelle
-- "Growth for the sake of growth is the ideology of the cancer cell."
|
_______________________________________________
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