- Create Growl alerts for Address Book contacts' birthdays
-
I have a lot of people in my Mac OS X Address Book. I thought it would be a nice idea to have the system check the birthdays in Address Book, and inform me of any forthcoming birthdays via a Growl notification. So I've created an Apple Script to do that (with a lot of help from a few other peoples). First, install Growl if it isn't installed. Also install the Terminal growlnotify command, which you'll find in the Extras folder on the Growl disk image. Next, copy and paste the following into AppleScript Editor: delay 0.5 set isRunning to 0 set timer to the time of the (current date) repeat while isRunning = 0 tell application "System Events" set isRunning to ¬ ((application processes whose (name is equal to "GrowlHelperApp")) count) ... view original article
Thu, 11 Mar 2010 16:30:00 +0100 - more MacOSXHints.com articles
-
- related articles found at MacOSXHints.com
- Create Address Book Smart Groups for the iPhone via an app Wed, 24 Mar 2010 15:30:00 +0100
- Create short large-type-capable notes in Address Book Mon, 22 Jun 2009 16:30:03 +0200
- A workaround for shifting Address Book birthdays Thu, 15 Mar 2007 15:30:03 +0100
- Add URLs to Address Book contacts for use in Safari 4 Mon, 15 Jun 2009 16:30:01 +0200
- Import Address Book contacts into a new Verizon phone Fri, 29 Aug 2008 16:30:00 +0200
- Sync Facebook photos and birthdays to Address Book Mon, 01 Dec 2008 16:30:02 +0100
- Transfer contacts from GroupWise into Address Book Wed, 04 Oct 2006 16:30:03 +0200