• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Resource denied recurring meeting request

Slipstick Systems

› Exchange Server › Cmdlets › Resource denied recurring meeting request

Last reviewed on June 2, 2020     13 Comments

An Outlook user asked this question:

When I schedule a recurring meeting and the room is booked for one or more of the meetings, the room will decline the entire schedule of recurring meetings. How can I fix this?

This is not something an end-user can fix. The recurring event is declined because that is how the administrator has the Exchange server configured and you'll need to speak to the Exchange administrator.

If the administrator wants to change the settings and you are using Exchange Server 2010 or 2013, the Set-CalendarProcessing cmdlet is used to allow conflicts and to configure how many conflicts are allowed.

Set-CalendarProcessing -Identity "Room 2" -AutomateProcessing AutoAccept -AllowRecurringMeetings:$true -ConflictPercentageAllowed 25 -MaximumConflictInstances 3 -AllowConflicts:$true

In Exchange 2007 the Set-MailboxCalendarSettings cmdlet is used to allow conflicts and set the maximum number of conflicts and the percentage of conflicts allowed in a single recurring event.

Set-MailboxCalendarSettings -Identity "Conference Room" -AutomateProcessing AutoAccept -AllowConflicts:$true -AllowRecurringMeetings:$true -ConflictPercentageAllowed 25 -MaximumConflictInstances 3

More Information

For Exchange 2010 and 2013, see
Set-CalendarProcessing

For Exchange 2007, see

How to Set Resource Booking Policies
Set-MailboxCalendarSettings
Automatic Processing of Recurring Meeting Requests with Conflicting Instances

Resource denied recurring meeting request was last modified: June 2nd, 2020 by Diane Poremsky
Post Views: 34

Related Posts:

  • Meeting Organizer's Name Appears in the Subject line
  • Automatically decline recurring appointments
    Resource has declined your meeting because it is recurring
  • The question of the week this week involved resource calendars not all
    Booking meetings more than 180 days out
  • An administrator asked: When we add any new meeting request we get thi
    Get-MailboxCalendarSettings

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Comments

  1. Alex says

    May 11, 2015 at 4:52 pm

    So, if we leave the AllowConflicts=False, no matter what % or numbers we defined that will not make any difference.

    I will try allowconflicts=true to check if it works.

    AllowConflicts=false accept the request and send two emails back..one with accepted message and one with Declined because of conflicts instances.

    Reply
    • Diane Poremsky says

      May 11, 2015 at 10:54 pm

      Correct, that is how it's supposed to work.

      Reply
  2. Alex says

    May 7, 2015 at 7:52 pm

    I think AllowConflicts:$true should be AllowConflicts:$false.
    true overrides the % and number of instances. This something is experimented.

    But my personal opinion is this is something wrong..Allowconflicts to false must not allow % or instances. false mean both sub permission level must not work..( but experint tells different story)

    I will explain it in detail. Let me have some words from Diane.

    Reply
    • Diane Poremsky says

      May 7, 2015 at 9:16 pm

      Allowconflicts = True allows conflicts and the % and numbers tells Exchange how many is the maximum allowed. False ignores the % and number and won't allow any conflicts.

      Reply
  3. Phil Ready says

    July 1, 2014 at 1:52 am

    Hi Diane
    using your example above
    Set-CalendarProcessing -Identity "Room 2" -AutomateProcessing AutoAccept -AllowRecurringMeetings:$true -ConflictPercentageAllowed 25 -MaximumConflictInstances 3 -AllowConflicts:$true
    I end up with double bookings.
    If I use the same with -AllowConflicts $False, I get all bookings declined, not just the conflicts.
    Is there something else I have to set?
    I have same behaviour in Exchange 2010 and 2013
    Thanks

    Reply
    • Diane Poremsky says

      July 1, 2014 at 8:54 am

      That is how its supposed to work, it's all or nothing. It will accept the meeting if there are a few conflicts - 3 max, but no more than 25% if less than 12 in the series in this example. This does result in double booking on those days and you (or someone) needs to address the conflicts - move, cancel, find a new location, hope the other guy cancels his first, etc.

      Reply
      • Phil Ready says

        July 3, 2014 at 10:06 pm

        Thanks Diane. I was put crook by this article https://blogs.technet.com/b/exchange/archive/2011/02/07/3411956.aspx
        A nice clear explanation, but obviously inaccurate. Do you have any comment on that article? might it be written from an early conception, or before a fix/change was needed?

  4. David Ogborne says

    January 21, 2014 at 3:03 pm

    Hello,
    Are you sure allowconflicts should be set to True? This setting seems to overrule the conflict Percentage and MaximumConflictInstances settings and allows all conflicts to be booked. Setting it to False would be advisabled for the allowconflicts.

    Reply
    • Diane Poremsky says

      January 25, 2014 at 1:58 am

      True should allow conflicts up to the % and max count levels. If its set to false, no conflicts are allowed.

      From https://technet.microsoft.com/en-us/library/dd335046%28v=exchg.141%29.aspx "The AllowConflicts parameter specifies whether to allow conflicting meeting requests."

      Reply
      • Phil Ready says

        July 3, 2014 at 10:15 pm

        My testing has shown that AllowConflicts $True overrides % & Max setting. Do you think this is a design change, or a problem with my system or Exchange 2010/2013?

      • Diane Poremsky says

        July 4, 2014 at 3:15 pm

        I'll have to test it. i don't think it is a problem with your system, it should either work or not work. if the max and % settings work with allowconflicts = false, then do it that way.

  5. Martin says

    January 14, 2014 at 8:47 am

    Hello Diane,

    What do you consider is the "Best practies" amount for ConflictPercentage and MaximumConflictInstances?
    Best regards
    Martin

    Reply
    • Diane Poremsky says

      January 15, 2014 at 1:11 am

      It really depends on your business and how you use the resource. Do recurring events typically cover a lot of dates or just a handful? Generally speaking, 25% is a good conflict percentage. I would not go higher, under most circumstances. On maximum conflicts, 3 - 5, but again, it depends on your resource use.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 31 Issue 3

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Jetpack plugin with Stats module needs to be enabled.
  • Error Opening iCloud Appointments in Classic Outlook
  • Opt out of Microsoft 365 Companion Apps
  • Mail Templates in Outlook for Windows (and Web)
  • Urban legend: Microsoft Deletes Old Outlook.com Messages
  • Buttons in the New Message Notifications
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Error Opening iCloud Appointments in Classic Outlook

Opt out of Microsoft 365 Companion Apps

Mail Templates in Outlook for Windows (and Web)

Urban legend: Microsoft Deletes Old Outlook.com Messages

Buttons in the New Message Notifications

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2026 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.