Forum Discussion

skb5525's avatar
skb5525
Copper Contributor
Jan 22, 2021

Viewing channel calendars in Outlook

Hello,

 

Is there a method by which our organization can view individual as well as a combined view of Teams channel calendars in Outlook?

 

In other words, we'd like to be able to see our own personal Outlook calendar, as well as the ability to turn on or off group calendars for each of the 

  • Gr8BrittonBEA's avatar
    Gr8BrittonBEA
    Copper Contributor

    I know this is an old thread but I found it helpful today. How will this handle Private Channels in a Team? Will all TEAM members be able to see ALL Channel Calendar events? Or, will the Priv Channel members only see the private channel calendar events?

    • LaureV-MSFT's avatar
      LaureV-MSFT
      Icon for Microsoft rankMicrosoft
      There are no channel calendar in a private group. If you want to handle a channel calendar for group availability or to track something else, you could create a list, use the 'Calendar' View (create a new view and set it as the default). This is the closest way to get something. But this calendar will have nothing related to any 'Teams meeting' organised within your private group.
  • A channel calendar is really not a calendar of it's own but a filtered calendar based on the Group calendar that is created for every team. This can be added to Outlook, but by default hidden. you need to use Powershell to make this group calendar visible in outlook. And remeber this one will show events created in all channels of the team.The channel calender which you can add as a tab just use this calender and a filter to just shoe the events of that channel..
    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
    • TomaszQ94's avatar
      TomaszQ94
      Copper Contributor

      adam deltinger 

       

      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!

    • mlobrien's avatar
      mlobrien
      Copper 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?

    • skb5525's avatar
      skb5525
      Copper 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.

      • They shouldn’t be! Check if you have the calendar overlapsed! Uncheck the group calendar in the left rail

Resources