Forum Discussion
O365 Group Calendar
People need to "unsubscribe" from Calendar events, they can do that from either Outlook or OWA. Unfortunately you cannot manage this on their behalf, as the corresponding value cannot be toggled via PowerShell. But you can configure the Group so that newly added members are not autosubscribed (via the -AlwaysSubscribeMembersToCalendarEvents parameter). Or even more generally toggle all kinds of subscriptions off via SubscriptionEnabled. Refer to the documentation for more details: https://docs.microsoft.com/en-us/powershell/module/exchange/users-and-groups/set-unifiedgroup?view=exchange-ps
- Jeff HarlowFeb 13, 2020Iron Contributor
Excellent. That appears to have worked for new members as described. What is weird is, even removing me as a member and adding myself back, I still get notifications. So I like, fine, I can turn it off from Outlook, So I go to the group then group settings, and change the reply no email or events. Take a second and check the setting and it reverted back to "only replies and events" VasilMichev
- VasilMichevFeb 13, 2020MVP
Um, try setting it from OWA then.
- Jeff HarlowFeb 13, 2020Iron Contributor
Same result. VasilMichev