Forum Discussion
Viewing channel calendars in Outlook
Here's a guide to what you need to do:
Connect to Exchange Powershell module and run the following command:
Set-UnifiedGroup -Identity MyTeam -HiddenFromExchangeClientsEnabled:$False
An example guide here:
https://olafd.wordpress.com/2018/10/13/make-microsoft-teams-team-visible-in-outlook/
Official doc:
https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps
Adam
- TomaszQ94Dec 09, 2022Copper Contributor
Since I am a dummy, could you please tell me what should be changed in this code? name of team i suppose should be given in "", but which one is it exactly? The one displeied in MS Teams ad Channel name?
In this intial code to run connection to exchange - anything to be changed or just executed?Thanks so much in advance!
- mlobrienNov 01, 2022Copper Contributor
adam deltinger skb5525 Can you advise that once the Powershell script ran and you could see the channel calendar in Outlook...did it allow you to add an event in the Outlook version and does it appear on the Teams calendar? Is it a two-way sync?
- skb5525Jan 29, 2021Copper Contributor
adam deltinger OK, we went ahead and made the Powershell tweak. The downside I see now is that all of the team events are now in my default Outlook calendar. I was hoping that they would only appear in its own group calendar, keeping my personal calendar clean of the team events.
- Jan 29, 2021They shouldn’t be! Check if you have the calendar overlapsed! Uncheck the group calendar in the left rail
- skb5525Jan 29, 2021Copper Contributor
adam deltinger It seems that Outlook doesn't understand the granularity of channels. I just get a Group in Outlook representing the Team that we did the Powershell tweak for. No way to break out the individual channels into different calendars.
- skb5525Jan 22, 2021Copper Contributor
Thanks very much. Don't think I want to have people mess with Powershell.
I'm wondering if I could create a new Sharepoint calendar for each channel and link it via a new tab in the channel. Then people could choose to connect the calendar to Outlook to see that specific calendar. At least seems doable in theory.
- Jan 22, 2021That's one way of doing it. Although, keep in mind that setting this in powershell once per team will make it visible in Outlook for all members of that team