Automate Address Book for Anniversaries?

hello all,

has anybody figured out a way (or scripted a solution) to pull Anniversaries out of Address Book? Seems as if everything is written for Birthdays (and Anniversaries should be quite similar in function).

thanks in advance!

Why on earth do you need something different for Aniversaries than you would use for Birthdays (which are Anniversaries of birth)?

i keep a lot of anniversaries in my address book (many of them for contacts who already have a birthday in their birthday field), now i want to add all the anniversaries to a calendar…

Hi liqudrobot,

This Applescript extracts the person id for people who have an anniversary entered.

tell application "Address Book" to people where label of custom dates contains "anniversary"

Let us know what data you want to extract.

Best wishes

John M