Schedule Meeting with Outlook email

Copper Contributor
Hi,
How can I schedule a meeting in a Team channel for a future date, without every Team member receiving an outlook invitation?
For context, I scheduled a meeting in the future, for 60 people. This team has 200 members and everyone received an outlook invitation.
1 Reply
Hi, you cannot schedule channel meetings from Outlook today (unfortunately). When it comes to invitations to channel meetings it depends on if the user is a "subscriber" of the group or not. You would have to run this in PowerShell: Remove-UnifiedGroupLinks with the -Subscriber and -Links parameter.

https://docs.microsoft.com/en-us/powershell/module/exchange/remove-unifiedgrouplinks?view=exchange-p...

Ex. Remove-UnfiedGroupLinks -Identity "the group to remove user from" -LinkType Subscriber -Links xxx@xxx.com