我如何自动创建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
它是更多钞票给所创建的iCloud压延机使用AppleScript一个名字? – Sh4kr0n
有没有给日历命名的选项? – Sh4kr0n
任何选项或想法? – Sh4kr0n