简体   繁体   English

如何使用Apple脚本在Outlook中查找会议是否是定期会议

[英]How to find a meeting is a recurrence meeting or not in outlook using Apple script

I need to identify a meeting created is a recurrence meeting or not using Apple script on outlook. 我需要确定创建的会议是定期会议,还是未在Outlook中使用Apple脚本。

Do we have a way to do that.? 我们有办法做到吗?

Thanks, Ravi. 谢谢,拉维

It appears a calendar event is a recurrence if the value of recurrence is set ie, NOT missing value 看来日历事件再次发生,如果值recurrence设置即不missing value

tell application "Microsoft Outlook"

    set hasRecurrence to the recurrence of calendar event 2 is not missing value

end tell

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM