property calendar_title : "Birthdays" -- the title of the calendar to which the events should be added tell application "iCal" set c to (the first calendar whose title is calendar_title) repeat with e in every event of c delete every display alarm of e make new display alarm at beginning of e end repeat end tell