Room reservation

Copper Contributor

Hello, 

 

We configured a room calendar with 2 delegates account, which worked for month but now when someone try to make a reservation, it's accepted without any questions... 

 

Yet, the configuration seems good... : 

Get-CalendarProcessing -Identity MAIL | Format-List


RunspaceId : a5c7a281----
AutomateProcessing : None
AllowConflicts : False
BookingWindowInDays : 180
MaximumDurationInMinutes : 480
AllowRecurringMeetings : False
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : False
ConflictPercentageAllowed : 0
MaximumConflictInstances : 0
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : True
RemovePrivateProperty : True
DeleteSubject : True
AddOrganizerToSubject : True
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
ResourceDelegates : {User1 link
User2 link}
RequestOutOfPolicy : {}
AllRequestOutOfPolicy : False
BookInPolicy : {}
AllBookInPolicy : False
RequestInPolicy : {}
AllRequestInPolicy : False
AddAdditionalResponse : True
AdditionalResponse : Message
RemoveOldMeetingMessages : True
AddNewRequestsTentatively : True
ProcessExternalMeetingMessages : False
RemoveForwardedMeetingNotifications : False
MailboxOwnerId : mailbox link
Identity : mailbox link
IsValid : True
ObjectState : Changed

 

On EXCHANGE 2019 and Outlook 2019

2 Replies
Hi @mrclau,

Could you switch -AllRequestInPolicy to $True?

The AllRequestInPolicy parameter specifies whether to allow all users to submit in-policy requests to the resource mailbox. Valid values are:
$true: All users are allowed to submit in-policy requests to the resource mailbox. These requests require approval by a resource mailbox delegate if the AllBookInPolicy parameter is set to $false (the default value is $true).
$false: All users can't submit in-policy requests to the resource mailbox. This is the default value.
Source: https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps

@boneyfrancis well, it seems to be good but without any changes. It look like it takes time to be applicated...