Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
How can I sort my addresses by date?
run the following AppleScript:
tell application "Microsoft Entourage"
repeat with aContact in (get every contact)
tell aContact to set custom date field one to ¬
(modification date as «class isot») as string
end repeat
end tell
Then, right-click in the list header of the contact view and make sure
that the 'custom date 1' field is checked to display. Click on that
column header to sort that column, by modification date for the contact.
