Mar 06 2021 07:13 AM
Please tell me how to remove cancel schedule from calendar automatically.
I want to program the following script by ExchangePowerShell.
When schedule is cancelled , then execute the following code
Remove-CalendarEvents
[-Identity] <MailboxIdParameter>
[-CancelOrganizedMeetings]
Mar 08 2021 10:55 AM