Forum Discussion
Cannot Effectively Manage Channel Meetings and Replies
- Dec 09, 2020
ChristianBergstrom Created these two UserVoice posts, if you or anyone else would like to help upvote.
Restrict members from scheduling meetings within certain Teams/Delete meeting info in chats:
https://office365.uservoice.com/forums/264636-general/suggestions/42164251-restrict-members-from-scheduling-meetings-within-cAdd ability to schedule recurring meetings in Teams Private Channels:
https://office365.uservoice.com/forums/264636-general/suggestions/42164587-add-ability-to-schedule-recurring-meetings-in-team
Use PowerShell
https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps
- beenelliottDec 08, 2020Copper Contributor
ChristianBergstrom Thanks, I've looked through that, but I need this to be a policy only for this particular group, not global or per-user. Owners should still be able to schedule channel meetings, while members should be restricted and not allowed to. Any ideas?
- ChristianBergstromDec 08, 2020Silver ContributorHi, well it’s a ”per-user” policy so it would need to be applied to the individuals in that particular team, owner excluded. But that also means that this policy will follow these individuals in all teams being unable to create channel meetings.
You can always put up a UV request or look if it’s already there https://microsoftteams.uservoice.com/- beenelliottDec 09, 2020Copper Contributor
ChristianBergstrom Yeah, that'd break critical functionality for the other Teams, so I can't do that. We tried the below PS script, which disables the members from writing to the calendar. They get an error, but the meeting info still pops up in the channel, oddly enough. These auto meeting info chats (I don't know what else to call them) cannot be deleted, even though our policy is set to allow Owners to delete sent messages. Which means members can then reply to that if they wanted to. This is just a mess.
Set-UnifiedGroup test@example.com -CalendarMemberReadOnly:$true