Forum Discussion
bwiragh
Mar 21, 2022Copper Contributor
Add O365 Group to Outlook Calendar
I created an O365 Group via the Admin center, turned Teams on for it and made the group public to my organization. In addition to document sharing, my main goal is for this Group to have a calendar t...
VasilMichev
Mar 21, 2022MVP
A while back, Microsoft made a change so that every Teams-enabled Group is "hidden" from Outlook. You will have to revert this setting, which unfortunately can only be done via PowerShell. Here's the cmdlet:
Set-UnifiedGroup groupName -HiddenFromExchangeClientsEnabled:$false -HiddenFromAddressListsEnabled:$false
If you need help with connecting PowerShell to Exchange Online, read here: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps
Set-UnifiedGroup groupName -HiddenFromExchangeClientsEnabled:$false -HiddenFromAddressListsEnabled:$false
If you need help with connecting PowerShell to Exchange Online, read here: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps