Re: birth date from Address Book
Re: birth date from Address Book
- Subject: Re: birth date from Address Book
- From: Darwin Zins <email@hidden>
- Date: Wed, 12 Mar 2003 17:51:36 -0600
>
And here it is. It seems very long-winded to get properties like
>
that. If Address book sucks, as it does, then the last thing that's
>
needed is to make a meal of its shortcomings. The thing can be done
>
quite simply like this
>
>
tell app "Address Book"
>
set birthday to person "John Delacour"'s birth date
Is this for real? Can you do something like:
set thePerson to "John Delacour"
set aCard to person thePerson
What happens if thePerson doesn't exist in the Address Book? Is it
fast to look up that person? I currently have:
repeat with aCard in (every person where last name is z_last_name and
first name is z_first_name)
Thanks,
Darwin
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.