简体   繁体   中英

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.

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

tell application "Microsoft Outlook"

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

end tell

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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