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
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?
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.com
I 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?
- Ricardo VianaMar 09, 2018Iron ContributorHey Hasan,
It worked for me, I just added a delegate through EAC and configured the scheduling.
The powershell parameters I have used are set that way by default.- Hasan SiddiquiMar 30, 2018Copper Contributor
Hi Ricardo,
One more thing, when delegate accept meeting, the requestor is getting acceptance Accepted by Hasan on behalf of ROOM. I know this is because i have send-on-behalf rights after running that cmdlet. But is it possible when i am running that cmdlet, it set delegate as send-as?