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
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?
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
- ChristianBergstromDec 09, 2020Silver ContributorHi, yeah that won’t work for channel meetings as a channels doesn’t have a mailbox/calendar per say.
- beenelliottDec 09, 2020Copper Contributor
ChristianBergstrom So, there is no way to do what we need here, then... Infuriating.