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" | |
-- Define the source and destination calendars | |
set sourceCalendar to calendar "SourceCalendar" | |
set destCalendar to calendar "DestinationCalendar" | |
-- Set the log file path | |
set logFile to (path to desktop as text) & "calendar_copy_log.txt" | |
-- Script version | |
set scriptVersion to "1.4.1" |