Re: Address Book Scripts
Re: Address Book Scripts
- Subject: Re: Address Book Scripts
- From: Michelle Steiner <email@hidden>
- Date: Tue, 15 Mar 2005 14:40:26 -0700
On Mar 15, 2005, at 11:24 AM, Will Gosney wrote:
Does anyone have a script that adds a date-time stamp to a contact into the notes section?
I didn't, but now I do:
tell application "Address Book"
set to people whose name contains ""
set to short date string of (current date) & ", " & time string of (current date)
repeat with in
set note of to
end repeat
end tell
-- Michelle
--
"Cut the red wire (clip) (turn page) but first...."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden