Forum Discussion
Missing Apps such as Email, Calendar and Groups in OWA private group
Hi Microsoft Community members,
May I know how to add Apps such as Mail, Calendar, Groups and files in private group? I compared new private group that I created in Teams and the old private group, and I found out that old private group in OWA missing mail, calendar that causing members in Teams didn't receive email meeting invitation.
Please....can anyone help me on this?
Can anyone tell me if I follow this option(below), does it really fix the problem?
b. Run the cmdlet: Set-UnifiedGroup -Identity "<Group Name>" -HiddenFromExchangeClientsEnabled:$false. For example, I have a team named "test". The cmdlet I need to run is Set-UnifiedGroup -Identity "test" -HiddenFromExchangeClientsEnabled:$false
Thank you.
5 Replies
- pauljeffcottCopper ContributorChiming in with another necro. 517 views and still no solutions it sounds like? Having the same issue now and don't want to lose all the existing content to fix this.
- hohohonoBrass Contributorthe cmdlet above worked for me! give it a try?
i got the notification that this thread was updated. but i realize i never posted my results -- i've updated my reply now. 🙂
- Andy CraigCopper ContributorDid you ever figure this out? I have the exact same issue... an existing Team, that opens an existing SharePoint page (full of files) but when I click on Conversations and open OWA, there is no conversation and there is No Calendar!? I am missing Mail/Calendar/Files/Groups...
I can't find any answers that speak to that... I don't think "Hidden from exchange" speaks to this matter??- hohohonoBrass Contributor
I also have this problem too. I believe this has to do with the Group being created in hybrid or Exchange on-prem (something along those lines). We've since migrated to Online, but we have these legacy Groups with these problems now.
Trying to find a way to add these apps (just the Calendar, really) to the Group without deleting the Group...EDIT: Confirming that the cmdlet "Set-UnifiedGroup -Identity "NAMEOFGROUP" -HiddenFromExchangeClientsEnabled:$false" works! It took awhile for those missing apps to show back up, but eventually they did. 🙂
- KriigaCopper Contributor
To complete the answer that helped me - You can Run this command to see the options that are disabled and enabled:
Get-UnifiedGroup -Identity "GROUP_NAME" | fl HiddenFromExchangeClientsEnabled, HiddenFromAddressListsEnabled, AlwaysSubscribeMembersToCalendarEvents
HiddenFromExchangeClientsEnabled : True
HiddenFromAddressListsEnabled : False
AlwaysSubscribeMembersToCalendarEvents : FalseThe default for the Group should be:
HiddenFromExchangeClientsEnabled : False
HiddenFromAddressListsEnabled : False
AlwaysSubscribeMembersToCalendarEvents : True