adressbook group trouble
adressbook group trouble
- Subject: adressbook group trouble
- From: Richard Rohleder <email@hidden>
- Date: Mon, 13 Oct 2008 00:29:32 +0200
Hi everyone,
this is my first message to this list... i'm no english native-speaker so please forgive my mistakes.. :-(
I have so trouble while using Apple-Script with AddressBook and nobody can help me (even the Apple-Support in Cork ;-) )
In fact it's a very simple procedure (part of a bigger script): I want to add an existing person to one existing Group oder maybe three. Using a MBP 2,5GHz, OS X 10.5.5
So I start to write:
on run 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 end run
Event-Protokoll told me, that the script finished successfull, but the group is still empty :-(
thanks for reply!!
best Regards
Richard
btw: is there a chance to create a smart-group (intelligent-group??), how can i do this?
|
_______________________________________________
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