• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Custom Dates in Address Book
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom Dates in Address Book


  • Subject: Custom Dates in Address Book
  • From: Todd Geist <email@hidden>
  • Date: Mon, 9 May 2005 11:42:48 -0700

Hello,

I somehow got a bunch of meaningless dates in my Custom Dates. I would like to scrap the lot of them and start over.

I can't seem to figure out how to do this for custom dates. I wrote a script to do it for birth days, but the same structure doesn't work for dates.


here is what I have for birth days:

tell application "Address Book"

    set the_contacts to every person
    repeat with i from 1 to number of items in the_contacts
        set this_contact to item i of the_contacts

        tell this_contact to delete birth date
        --    tell this_contact to delete custom date 1
        --    this doesn't work
    end repeat

end tell

any ideas?

Thanks

Todd


--

Todd Geist
______________________________________
g e i s t   i n t e r a c t i v e

_______________________________________________
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


  • Follow-Ups:
    • Re: Custom Dates in Address Book
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: [OT] When will Apple learn?
  • Next by Date: Re: [OT] When will Apple learn?
  • Previous by thread: Re: QuickTime 7 Original File now posix path - Is this a bug?
  • Next by thread: Re: Custom Dates in Address Book
  • Index(es):
    • Date
    • Thread