如何使用Applescript在iCal中显示某个重复发生的事件?
我目前使用的代码显示了该事件的第一次出现,而不是我感兴趣的那个。
tell application "iCal"
tell calendar CALENDAR_NAME
set theEvent to first event whose uid = SOME_UID
end tell
if theEvent is not null then
show theEvent
end if
end tell
答案 0 :(得分:0)
这很复杂。看看MacScripter的这个样本。这是一个令人印象深刻的剧本。