Currently have an issue with a client where User A creates a meeting invite and sends to Users B and C.
One of the Users B or C will decline the meeting on their iPhone and the entire meeting gets deleted from User As calendar.
I have gone in to Powershell in the O365 environment and run this command:
Set-Mailbox -Identity $mailbox -CalendarRepairDisabled $false
on each of the mailboxes. I was trying to set the interval at which the CRA runs, but the command Set-MailboxServer is not a valid cmdlet.
Does Microsoft control this interval on a global scale? Is it turned on and running at the server level? What is the configured interval at which it runs?
Thanks!
Sam