Forum Discussion
Tomas_Dudek
Sep 09, 2024Copper Contributor
Automatic confirmation of shared mailbox invitation
Hi,
I need the shared mailbox to automatically confirm invitations and schedule in the calendar, wall as a Room object.
The shared folder does not have the Automatically Accepting Meeting Invites attribute.
I tried this procedure:
I created a room-type bypass in the O365 admin, I set up automatic confirmation of meetings in the calendar - it worked for me.
Next, we changed the object type to Shared Mailbox using Powershell.
But auto confirmation stopped working for me.
Please advise.
Try this:
Set-Mailbox -Identity "SharedMailbox" -Type Room
Set-CalendarProcessing -Identity "SharedMailbox" -AutomateProcessing AutoAccept
Set-Mailbox -Identity "SharedMailbox" -Type Shared
Get-CalendarProcessing -Identity "SharedMailbox"
- Tomas_DudekCopper ContributorHi Kidd_Ip,
thank you for your help, it works fine.
Have fun Tomas