Forum Discussion

kmobius's avatar
kmobius
Copper Contributor
Mar 15, 2021
Solved

Calendar invite to team when scheduling channel meeting - not possible despite new teams feature?

Hi everyone,   we want to create a channel meeting, and still have everyone on the team notified and getting a calendar invite via email. Apparently this is a new feature that was recently added, a...
  • ChristianBergstrom's avatar
    Mar 16, 2021
    Hi, besides what has already been said about the "subcribers list" it sounds as if you need to verify the Set-UnifiedGroup -HiddenFromExchangeClientsEnabled

    PowerShell may look intimidating but I'm sure you can figure it out together.

    "The HiddenFromAddressListsEnabled parameter specifies whether the Microsoft 365 Group appears in the global address list (GAL) and other address lists in your organization. Valid values are:

    $true: The Microsoft 365 Group is hidden from the GAL and other address lists. The group can still receive messages, but users can't search for or browse to the group in Outlook or Outlook on the web. Users also can't find the group by using the Discover option in Outlook on the web. For users that are members of the Microsoft 365 Group, the group will still appear in the navigation pane in Outlook and Outlook on the web if HiddenFromExchangeClientsEnabled property is NOT enabled.

    $false: The Microsoft 365 Group is visible in the GAL and other address lists. This is the default value."

    So, use the default which is $false

    https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps