Forum Discussion
Richard_Reno
Jul 01, 2019Copper Contributor
Error when creating a Shifts calendar in Teams
I'm seeing an issue in Teams when trying to enable a Shifts calendar for some Teams, but not all. I have a couple of Teams where I am an owner and can use the Team without issues, however, when I go...
Ricardo Rivera
Aug 12, 2019Copper Contributor
marvhenThe MS Team has escalated the issue. The workaround is in your powershell, first add the user as a member and then make that same user the owner.
Example:
Add-TeamUser -GroupId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -User dmx@example.com -Role "Member"
Add-TeamUser -GroupId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -User dmx@example.com -Role "Owner"
marvhen
Aug 12, 2019Copper Contributor
Thanks Ricardo Rivera. In case others are following these instructions I tried executing the powershell commands for myself and got:
Add-TeamUser : Error occurred while executing Add-TeamUser
Code: Request_BadRequest
Message: One or more added object references already exist for the following modified properties: 'members'.
I will try to get someone else remove me and add me back and report back any issues.