【发布时间】:2014-02-21 21:18:21
【问题描述】:
我需要确定创建的会议是重复会议还是未在 Outlook 上使用 Apple 脚本。
我们有办法吗?
谢谢, 拉维。
【问题讨论】:
标签: macos outlook applescript
我需要确定创建的会议是重复会议还是未在 Outlook 上使用 Apple 脚本。
我们有办法吗?
谢谢, 拉维。
【问题讨论】:
标签: macos outlook applescript
如果设置了 recurrence 的值,即 NOT missing value,则日历事件似乎是重复发生的事件
tell application "Microsoft Outlook"
set hasRecurrence to the recurrence of calendar event 2 is not missing value
end tell
【讨论】: