Using Classic Outlook on Windows for personal email, calendar, and contact management
connect to Exchange-online and run the following command:
Set-CalendarProcessing -Identity "smallconferenceroom" -AllowConflicts $false
Cheers!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a client that both of their resource calendars (small conference room and conference room) are allowing meetings to overlap, even though I have set it to not allow both via PowerShell scripts and the mailboxes themselves. I am at a complete loss on this and could use some guidance. I have run these scripts in the past and they worked, however, they are no longer doing so.
Goal:
Auto Accept or Deny the meetings based on conflicts - conflict = they all get denied
Auto reply stating the meeting was rejected due to conflicts and to check the scheduling time frame.
Allow for months worth of events to be created in a batch - Hence why the max amount of days were set.
Manage Delegate Settings - Set to Auto Accept\Deny
Manage Booking Settings - 'Allow repeated Meetings' selected; 'Automatically decline meetings outside this limit' selected with 1080d/24h set.
Followed the steps here to gain access to the account and set 'Allow Conflicts' to 0 for both options: Resource scheduling settings - setting meeting conflict rate to 0%
I have also run the following PowerShell scripts:
>Set-CalendarProcessing -identity "smallconferenceroom" -ConflictPercentageAllowed 0
>Set-CalendarProcessing -identity "conferenceroom" -ConflictPercentageAllowed 0
>Set-CalendarProcessing -identity "smallconferenceroom" -MaximumConflictInstances 0
>Set-CalendarProcessing -identity "conferenceroom" -MaximumConflictInstances 0
>set-calendarprocessing -identity "smallconferenceroom" -allowconflicts $false
>set-calendarprocessing -identity "conferenceroom" -allowconflicts $false
Using Classic Outlook on Windows for personal email, calendar, and contact management
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
connect to Exchange-online and run the following command:
Set-CalendarProcessing -Identity "smallconferenceroom" -AllowConflicts $false
Cheers!
Identity AutomateProcessing
Conference Room AutoAccept
Identity AutomateProcessing
Small Conference Room AutoAccept
Microsoft support will not help you.
If you run Get-CalendarProcessing -identity "smallconferenceroom" what does it show?
If that is the option within the Admin Tenant, it is unavailable for this account. The main account is GoDaddy and is a hybrid environment. The resources were created on the Microsoft side, however, I do not have the option to contact M$ through it, only GoDaddy, and they were unable to assist.
I would recommend you to open a Service Request by Microsoft, The support has more resource to help you do further investigation, this would be the most efficient way in handling this case for you.