Outlook 2013 permission error when trying to add appointment to shared - Microsoft Community
- Get link
- X
- Other Apps
we have migrated users exchange online (several months ago), have exchange 2016 server on-prem , use dirsync (one way, domain cloud). machines run window 7 pro /64bit , office 2013 (click run version 15.0.4815.1001).
i have user can no longer make appointments in shared calendars. started this morning (monday, jan 9th), working on friday , nothing changed in our environment (unless changes made in exchange online cloud). can see shared calendars , entries, trying add 1 gives error "you don't have permission create entry...". when logs onto web outlook, can make entries no error.
no other users have reported issue , members of group has editor permission shared calendars. prompted change password morning when first logged on. changed it, restarted computer. checked make sure password sync completed, had close , re-open outlook. did not fix problem. have turned cached mode off, on. have removed office 2013 , re-installed it. nothing makes difference.
i read posting which sounds same problem, don't want mess dns entries until have guidance. hope can me this?
here how resolved it.
i created text file list of 85 users (email addresses) group needed access to. ran a powershell script remove group editor access for each user, script add them editor.
remove:
get-content c:\temp\users.txt | foreach-object {remove-mailboxfolderpermission -identity ${_}:\calendar -user 'callcenter145255-5325564' -confirm:$false}
add:
get-content c:\temp\users.txt | foreach-object {add-mailboxfolderpermission -identity ${_}:\calendar -user 'callcenter145255-5325564' -accessrights editor}
gave access of shared calendars again. there few still gave permission error, when deleted calendar outlook , added back, worked.
far good!
Office / Outlook / Other/unknown / Office 365 for business
- Get link
- X
- Other Apps
Comments
Post a Comment