Feb 15 2023 02:52 AM
Hello all,
i have a problem with setting up schedule owner permissions for shifts as descriped in this article:
I want to be able to manage shifts as a team member without having to be a team owner.
I set up a new teams shifts policy that looks like this now:
Get-CsTeamsShiftsPolicy -Identity ScheduleOwnerPolicy
Identity : Tag:ScheduleOwnerPolicy
EnableShiftPresence : False
ShiftNoticeFrequency : Never
ShiftNoticeMessageType : DefaultMessage
ShiftNoticeMessageCustom :
AccessType : UnrestrictedAccess_TeamsApp
AccessGracePeriodMinutes : 15
EnableScheduleOwnerPermissions : True
And i granted this policy to some off the users from the tenant:
Grant-CsTeamsShiftsPolicy -Identity email address removed for privacy reasons -PolicyName Tag:ScheduleOwnerPolicy
But it doesn´t seem to work so far. Do i miss anything here? Is there anything else that i have to make?
Have a nice day
Lucas
Mar 20 2023 04:38 AM