{"id":1673,"date":"2009-10-13T15:02:35","date_gmt":"2009-10-13T19:02:35","guid":{"rendered":"http:\/\/www.schollnick.net\/wordpress\/?p=1673"},"modified":"2009-10-13T15:02:35","modified_gmt":"2009-10-13T19:02:35","slug":"birthday-reminders-on-the-birthday-calendar","status":"publish","type":"post","link":"http:\/\/www.schollnick.net\/wordpress\/2009\/10\/birthday-reminders-on-the-birthday-calendar\/","title":{"rendered":"Birthday Reminders on the Birthday Calendar?"},"content":{"rendered":"<p>One issue that has plagued the Address Book &amp; iCal combination, is that you are offered the option to automatically add birthday reminders to your calendar&#8230;.\u00c2\u00a0 That&#8217;s fantastic, and will help me prevent the possibility of missing a friends\/relatives birthday.<\/p>\n<p>But then, how did I forget Aunt Flo&#8217;s birthday, last week?\u00c2\u00a0 Click.\u00c2\u00a0 Why doesn&#8217;t the birthday reminder, have an alarm?\u00c2\u00a0 What?\u00c2\u00a0 You mean, I have to go through the entire 12 months of the year, and manually add alarms for each event?\u00c2\u00a0 What if I add another contact?\u00c2\u00a0 I&#8217;ll have to go add that to?<\/p>\n<p>It&#8217;s a great idea, but the execution has been off, and Apple doesn&#8217;t seem to want to add this critical feature&#8230;<\/p>\n<p>Never fear, the following applescript, can fix that&#8230;.<\/p>\n<pre>tell application \"iCal\"\r\n  tell calendar \"Birthdays\"\r\n    set all_events to every event\r\n    repeat with this_event in all_events\r\n       tell this_event\r\n          delete every sound alarm\r\n          make new sound alarm at end with properties {trigger interval:-(10*days), sound name:\"Basso\"}\r\n        end tell\r\n     end repeat\r\n  end tell\r\nend tell<\/pre>\n<p>The script will have to be run anytime you add more birthday entries, but it&#8217;ll allow you to set as many reminders you want per entry&#8230;<\/p>\n<p>All credit for this needs to go to Andrew.Bussman from the MacRumors Forums&#8230;<\/p>\n<p><a href=\"http:\/\/forums.macrumors.com\/showthread.php?p=7589104#post7589104\">This is the original post&#8230;<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>One issue that has plagued the Address Book &amp; iCal combination, is that you are offered the option to automatically add birthday reminders to your calendar&#8230;.\u00c2\u00a0 That&#8217;s fantastic, and will help me prevent the possibility of missing a friends\/relatives birthday. But then, how did I forget Aunt Flo&#8217;s birthday, last week?\u00c2\u00a0 Click.\u00c2\u00a0 Why doesn&#8217;t the <a class=\"read-more\" href=\"http:\/\/www.schollnick.net\/wordpress\/2009\/10\/birthday-reminders-on-the-birthday-calendar\/\">[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[12,5],"tags":[89,91],"_links":{"self":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/posts\/1673"}],"collection":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/comments?post=1673"}],"version-history":[{"count":0,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/posts\/1673\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/media?parent=1673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/categories?post=1673"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/tags?post=1673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->