Forum Discussion
Delegate cannot create Skype meetings
- Apr 26, 2017
In our environment, we normally clear all the delegation permission first between the manager and delegatee to avoid any hanging process/permissions:
1. Remove the delegation from Outlook and wait for an hour to two before adding it back again.
2. Via powershell:
Remove-MailboxFolderPermission -Identity kim@contoso.com:\Training -User john@contoso.com
and wait for an hour to two before adding it back with
Add-MailboxFolderPermission -Identity ayla@contoso.com:\Marketing -User ed@contoso.com -AccessRights Owner
Hi,
what do you get when you run this in powershell on your exchange server?
Get-MailboxFolderPermission -Identity john@contoso.com:\Calendar -User Ayla@contoso.com
-User is the delegated users identity
- MaluksApr 26, 2017Iron Contributor
This is what I get when run PS command.
FolderName User AccessRights
---------- ---- ------------
Calendar user {Editor}- Wan Zhung BongApr 27, 2017Brass Contributor
Did you manage to resolve it by removing the permission and add it back couple hours later?
- MaluksJun 02, 2017Iron Contributor
Today received a message, that the problem appeared again. Any ideas why the delegate keeps loosing the permissions? When I check the settings - everything is setup as it should be, this issue occurred like 3-4 times already...
- Justin DavisApr 26, 2017Copper ContributorWe resolved this for users at my company in two ways, both had to do with something weird happening during the exchange migration.
User 1: her msexchrecipienttypedetails ad attribute was set to 3, we compared it to other delegates and found that it should be 1. After making the change, removing and re-adding her from the delegator's skype, and restarting her Skype client, she was able to schedul Skype meetings.
2nd user: her msexch attributes were fine, so we had the skype admin clear her delegate permisssions on the server, then had the delegator re-add her. After restarting the Skype client she was able to schedule Skype meetings again.