Skip to content

Instantly share code, notes, and snippets.

@krypted
Created September 29, 2018 17:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krypted/fdee47b57773c83801fe5ae8fe63b13a to your computer and use it in GitHub Desktop.
Save krypted/fdee47b57773c83801fe5ae8fe63b13a to your computer and use it in GitHub Desktop.
tell application "Calendar"
set allEvents to events of calendar "SOURCE"
repeat with theEvent in allEvents
copy theEvent to end of events of calendar "TARGET"
delete theEvent
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment