I would like to add a new card date field to my address Book Contacts. Is this possible? Thanks, Jeff

Hi,
I would like to add a new card date field to my Address Book Contacts. Is there any way to do this? I have a lot of contacts and it helps me remember who I talked to, if I had a new card date field in my contacts.
Thank you,
Jeff

Hi,
I found the applescript below from Michael Bach that works well.
(* Find recently modified entries in the Address Book
Input: a time interval (backwards from today) in the variable "daysBeforeToday"
Output: a string on the clipboard, format: YYYY-MM-DD (tab) Name (return)
©2009, Michael Bach, <www.michaelbach.de> *)
set daysBeforeToday to 7 -- <<<  change as desired or read from a dialog
tell application "Address Book"
  copy (current date) - daysBeforeToday * 24 * minutes * 60 to referenceDate
  copy (every person whose (modification date > referenceDate)) to modifiedPersons
  set s to ""
  repeat with aPerson in modifiedPersons
    set d to ((modification date) of aPerson) -- now change to international format and forget the hours
    set dateString to (year of d as string) & "-" & (my twoDigits((month of d) as number)) & "-" & (my twoDigits(day of d) as string)
    set s to s & dateString & tab & (name of aPerson) & return
  end repeat
  set the clipboard to s --for pasting into other applications
  s -- to view immediately in the script editor
end tell
on twoDigits(aNumber) -- trivial utility for formatting
  if aNumber < 10 then return "0" & (aNumber as string)
  return (aNumber as string)
end twoDigits
I changed the modification date to creation date.
Thanks for the replies.

Similar Messages

Maybe you are looking for

  • I can't install Kuler

    Hi, there i have a question to solve a problem wich appears while installation of kuler. Every time the installation process abort with the Errormessage "Sorry an error accured. The application could not be installed, cause the Air-Application is dam

  • HTTP Request error: 403 Client Error: Forbidden

    Greetings - I am trying to pull event data from blobs & tables storage using REST API built using python. After running script, I am getting following error - HTTP Request error: 403 Client Error: Forbidden Could someone please advise me how to fix t

  • How do you send photos to other divises

    I cannot send send photos to non-apple users. Each time I try it say's enable MMS, But i cannot find MMS any where.

  • Locations in calendar events

    Why is it when I enter a calendar event in my exchange calendar locations aren't recognized but when I use any other non-exchange calendar when I enter an event and enter an address under location it shows the locations on a map?

  • Invalid session error when trying to transfer line items to shopping basket

    Hi All, I have a requirement in E-Commerce application. when a user searches for a product in B2B webshop in 'products' tab in left frame, search results table get displayed which will have a shopping basket icon for each line item. There we can tran