Created
September 29, 2018 17:55
-
-
Save krypted/fdee47b57773c83801fe5ae8fe63b13a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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