我如何自动创建icloud日历?

问题描述:

是否有可能通过程序自动创建iCloud日历?如果是这样,那么可以做什么编程/脚本语言? AppleScript也可以吗?我如何自动创建icloud日历?

感谢

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