2016-12-07 7 views

ответ

0
tell application "Calendar" 
    set calendarName1 to ("BlahBlah" & " " & (current date)) as text -- Option 1 
    set calendarName2 to ("BlahBlah" & " " & day of (current date) & "th") as text -- Option 2 
    set calendarName3 to "BlahBlah" -- Option 3 
    activate 
    delay 3 
    create calendar with name calendarName2 
end tell 
+0

ли Возможное дать Созданное ICloud календарь с AppleScript имя? – Sh4kr0n

+0

есть ли возможность дать календарю имя? – Sh4kr0n

+0

любые варианты или идеи? – Sh4kr0n