Custom Dates in Address Book
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