How to add Teams channels calendar in desktop outlook and mobile outlook clients includes Android and iOS devices?

Vinod Survase 4,811 Reputation points
2023-03-22T01:30:15.9266667+00:00

How to add Teams channels calendar in desktop outlook and mobile outlook clients includes Android and iOS devices?

Exchange Online
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Outlook | Windows | Classic Outlook for Windows | For business
Exchange | Other
Exchange | Other
A powerful email and collaboration platform developed by Microsoft, designed to support enterprise-level communication and productivity. Miscellaneous topics that do not fit into specific categories.
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Kai Yao 37,781 Reputation points Moderator
    2023-03-22T09:09:27.7933333+00:00

    Hi @Vinod Survase

    To my knowledge it is not possible to add the channel calendar to Outlook.

    As channel calendar is the filtered version of group calendar (by filtering the events within the channel).

    You can however, add the group channel to Outlook. While note that it may show all events from all channels.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. Beauregarde Young 85 Reputation points
    2024-03-25T14:39:47.8533333+00:00

    In PowerShell 7 run as admin if you have the Exchange admin role:

    • Connect-ExchangeOnline
    • Set-UnifiedGroup -Identity "Exact name of Microsoft Team" -HiddenFromAddressListsEnabled $false
    • Set-UnifiedGroup -Identity "Exact name of Microsoft Team" -HiddenFromExchangeClientsEnabled:$false

    Once these settings have been applied, wait a minute, then any owner or member of the group whose settings have been modified can take the following steps*:

    • Outlook web app:
      • CTRL+F5 to refresh your calendar page in your browser and check under "Groups" on the left side column
    • New Outlook:
    • -Close out of New Outlook and reopen it, then check under "Groups" on the left side column
    • Outlook Desktop App:
      • Close Outlook and reopen it, then check under "All Group Calendars" on the left side column

    *Events created in the calendar of the Team/Group itself will show up along with any events in any channel calendars within the Team, where applicable.

    Source: https://community.spiceworks.com/t/silly-fyi-if-you-create-a-365-group-via-teams-it-auto-hides-in-outlook-clients/767855

    2 people found this answer helpful.
    0 comments No comments

  2. Vasil Michev 124.4K Reputation points MVP Volunteer Moderator
    2023-03-22T08:03:59.96+00:00

    The channel calendar is simply a filtered view of the Teams/Group calendar, it's not a separate entity. Outlook does not offer any functionality to add a "channel" calendar, neither on desktop nor on mobiles. Best you can do is add the Teams/Group calendar itself, but you have to "unhide" it first (toggle the HiddenFromExchangeClientsEnabled flag).


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.