Forum Discussion
oliwa66
May 28, 2023Copper Contributor
How to set "send-as" permissions on a created email box
Hi, i'd like to know if the graph api provides any endpoint to set the permissions for a newly created azure ad user to allow "send-as" permissions. the user has an email box and when i go into port...
oliwa66
Copper Contributor
VasilMichev i tested it with:
Set-MailboxCalendarFolder -PublishEnabled $true -Identity email address removed for privacy reasons:\Calendar -DetailLevel FullDetails -Confirm:$false
Unfortunately i get an error that the policy blocks anonymous sharing, which is of course also not what i want. I assume somehow i have to again use the "Default" user to share access to the calendar company wide. Can you give me a hint how to achieve that?
VasilMichev
Jun 07, 2023MVP
Publishing is generally intended for external sharing, if you want to share a Calendar company-wide, adjust the permissions on the Default principal entry.
Set-MailboxFolderPermission -Identity user:\Calendar -User Default -AccessRights LimitedDetails
Set-MailboxFolderPermission -Identity user:\Calendar -User Default -AccessRights LimitedDetails