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 that shows up in the Outlook calendars of those who eventually join this group. BUT the group is not showing up in my "Groups" in my Outlook calendar. I made a similar group, but private and it does show under my "Groups" in my Outlook calendar. Why would the Group show up in Outlook for a private O365 Group, but not a public one?
I am listed as owner for both and am using the Mac desktop apps. I have no IT knowledge, just have admin rights, and have no ability or support to use PowerShell.
- 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