hey everyone, this seems absolutely stupid of me, but I can’t seem to add a new contact to AB w/o a group. I can add a new contact to a group just fine, but I just want to add the new contact to the generic “All” not to any specific group.
This works fine:
tell application “Address Book”
set newbie to make new person with properties {first name:“TEST”}
add newbie to group “IAGroup”
end tell
but what I want is:
tell application “Address Book”
set newbie to make new person with properties {first name:“TEST”}
add newbie
end tell
obviously I’m a bit to the whole AS world, so any advise especially basic would be helpful.
thanks