Forum Discussion
Teams Channel Calendar App
- Sep 27, 2021
blue_man Hello, 1. As you are the organizer it seems to be working as designed from my point of view. That can be easily tested too. Have another group member schedule a channel meeting and see if you get the invite and if the other "non-subscriber" get the notice.
2. The parameter -AutoSubscribeNewMembers controls this and is also part of Set-UnifiedGroup (ExchangePowerShell) | Microsoft DocsYou can disable them all together as well -SubscriptionEnabled
Note that guests always get subscribed to the group so you would have to run the Remove-UnifiedGroupLinks (ExchangePowerShell) | Microsoft Docs on a consistent basis.
At least for now.
blue_man Hello, 1. As you are the organizer it seems to be working as designed from my point of view. That can be easily tested too. Have another group member schedule a channel meeting and see if you get the invite and if the other "non-subscriber" get the notice.
2. The parameter -AutoSubscribeNewMembers controls this and is also part of Set-UnifiedGroup (ExchangePowerShell) | Microsoft Docs
You can disable them all together as well -SubscriptionEnabled
Note that guests always get subscribed to the group so you would have to run the Remove-UnifiedGroupLinks (ExchangePowerShell) | Microsoft Docs on a consistent basis.
At least for now.
- blue_manSep 27, 2021Iron ContributorThanks, I've already check these settings previously and the -AutoSubscribeNewMembers is set to false already as well as the other below properties on the group settings, but new members still get added to the subscribers list automatically. We don't allow guest so that is not an issue at the moment.
AutoSubscribeNewMembers : False
AlwaysSubscribeMembersToCalendarEvents : False
SubscriptionEnabled : False
Interesting that the WelcomeMessageEnabled is also set to : False but new members also receive the welcome email.
Its as if Teams does ignore some of these group properties and does its own thing.- Sep 27, 2021I bet you're on hybrid with Exchange on-premises?
- blue_manSep 27, 2021Iron Contributor
We sure are, but why would that affect the settings of an o365 group that is in the cloud out of interest?