Share via

Team Members Can Cancel Channel Meetings?

Ebdon, Karen 25 Reputation points
2026-04-01T13:51:21.6433333+00:00

We had a Team Member (not a Team Owner) cancel a channel meeting! How is this possible when this person was not the organizer of the channel meeting, nor a co-organizer? We thought only meeting organizers/co-organizers or Teams Owners can cancel Channel Meetings? We have all settings turned off in the Team so that Members can only delete/edit their own messages. Thoughts?

Microsoft Teams | Microsoft Teams for business | Meetings and calls | Other
0 comments No comments

Answer accepted by question author
  1. Q&A Assist
    2026-04-01T13:51:31.9+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In Teams, the ability to cancel or modify a channel meeting is controlled by meeting policies and not only by organizer/co-organizer or team owner roles.

    If a user’s assigned Teams meeting policy allows them to start or schedule channel meetings, they can also manage those meetings in the channel, which can include cancelling them. This is independent of the team’s channel message permissions (such as only being able to delete/edit their own messages) and independent of being the organizer/co-organizer.

    To restrict this so that only specific users can start and schedule channel meetings (and therefore cancel them):

    1. In the Teams admin center, go to Meetings > Meeting policies and either edit an existing policy or create a new one.
    2. Under Meeting scheduling:
      • Turn Meet now in channel meetings to Off to prevent users from starting instant channel meetings.
      • Turn Channel meeting scheduling to Off to prevent users from scheduling channel meetings.
    3. Assign this restricted policy to users who should not be able to start/schedule (and effectively cancel/manage) channel meetings.
    4. For users who should be allowed to manage channel meetings, use or create a policy where these settings are On.

    Alternatively, using PowerShell for a given policy:

    Set-CsTeamsMeetingPolicy -Identity <policy name> -AllowMeetNow $False
    Set-CsTeamsMeetingPolicy -Identity <policy name> -AllowChannelMeetingScheduling $False
    

    Users with policies where AllowMeetNow and AllowChannelMeetingScheduling are set to $True will retain the ability to start and manage channel meetings, including cancelling them.


    References:

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Rin-L 17,575 Reputation points Microsoft External Staff Moderator
    2026-04-01T14:30:25.47+00:00

    Good day @Ebdon, Karen

    Based on my experience, a regular Teams member normally can’t cancel a channel meeting for everyone unless they are effectively acting as the organizer, or they have ownership over the underlying Microsoft 365 group and cancel it from the group calendar. Co-organizers and standard channel members don’t usually have permission to cancel a meeting entirely.

    That said, to better understand what you’re seeing, could you share a bit more detail on how you know the meeting was canceled by that user? For example, did you receive a cancellation email, see a notification in Teams or Outlook, or notice the meeting disappearing from the calendar? Any additional context or screenshots (with sensitive information hidden) would be very helpful.

    I’m genuinely interested in learning more about this scenario with you, so looking forward to your reply.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.