Skip to content

Instantly share code, notes, and snippets.

@sjkaliski
Created June 25, 2014 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjkaliski/c4836e71426fc3c5a906 to your computer and use it in GitHub Desktop.
Save sjkaliski/c4836e71426fc3c5a906 to your computer and use it in GitHub Desktop.
tell application "iCal"
tell calendar "Birthdays"
set theEventList to every event whose summary contains "Birthday"
end tell
repeat with activeEvent in theEventList
set recurrence of activeEvent to "FREQ=YEARLY"
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment