Forum Discussion
Resource Scheduling in Room
- Mar 08, 2018
Sorry Hasan i miss understood your issue.
I think you are only missing the delegate, have you set one?
Via PowerShell it would look like this:
Set-CalendarProcessing -Identity resource@contoso.com -AllBookInPolicy $false -AllRequestInPolicy $false -ForwardRequestsToDelegates $true -BookInPolicy DDL@contoso.com -RequestInPolicy DL@contoso.com -ResourceDelegates user.delegate@contoso.comI could do it but it takes some time to replicate.
Hope this helps
Hi Hasan,
The second option requires owner approval so that is why it stays as pending. Regarding the owner, it is the resource itself so the request will be in resource mailbox.
The easiest way to accomplish what you want is through PS:
Set-CalendarProcessing -Identity resource@contoso.com -AllBookInPolicy $false -AllRequestInPolicy $false -BookInPolicy DL@contoso.com
Also verify if:
- Hasan SiddiquiMar 08, 2018Copper Contributor
Thanks Ricardo.
So where this PS is adding a DL which requires approval?
I have one DDL which needs no approval.
I have one DL which should ask for approval.
Rest of users should just get deny.
Is there any way to achieve? Like someone else other than the resource itself should approve request. Is it possible?
- Ricardo VianaMar 08, 2018Iron Contributor
Sorry Hasan i miss understood your issue.
I think you are only missing the delegate, have you set one?
Via PowerShell it would look like this:
Set-CalendarProcessing -Identity resource@contoso.com -AllBookInPolicy $false -AllRequestInPolicy $false -ForwardRequestsToDelegates $true -BookInPolicy DDL@contoso.com -RequestInPolicy DL@contoso.com -ResourceDelegates user.delegate@contoso.comI could do it but it takes some time to replicate.
Hope this helps
- Hasan SiddiquiMar 08, 2018Copper Contributor
Thanks Ricardo.
Any idea why it is not working from GUI?