Forum Discussion
Calendar permissions on Office 365 groups?
I also need to have the ability to set this field, just was asked if Members could have read only and supervisors/Owners could edit the calendar.
Tried running this:
Set-UnifiedGroup group.name@wgu.edu -CalendarMemberReadOnly:$true
And getting this error:
WARNING: The command completed successfully but no settings of 'group.name_asdfasfd6b6' have been modified.
Get-UnifiedGroup group.name@wgu.edu | fl calendar*
CalendarMemberReadOnly : (blank)
CalendarUrl : (blank)
- null nullAug 14, 2018Copper Contributor
Hi,
When user tried to modify O365 Group calendar from OWA, it does work fine.
But whenever user try to modify/open/edit O365 Group calendar is says "you don't have permission".
Please help what could be the issue and how to resolve this, also find screenshot for the issue.
- Stephan SwinfordJan 08, 2018Steel Contributor
Agreed. One organization I'm working with wants to have a master calendar with important dates that everyone can read, but only want some people be able to add and edit. They also need to be able to reserve resources in this calendar so that they don't accidentally double book some venues or equipment.
Right now the only way to have a calendar with fine-grained permissions is in SharePoint, but SharePoint online no longer supports calendars with resources! Argh!
So now I get to go back to them with "well, you can either have a calendar that anyone can jack up but has all the features, or you can use a calendar that has the permission structure you want but is lacking the features".
- Phil EllisNov 14, 2017Copper ContributorGetting tired of Microsoft pushing half baked solutions. Here is a use case: We have an office with Attorney's and Paralegals and other staff. We need only the attorney's to be able to modify in a group called Statutes, but the other members of the group should be able to see the calendar. It's a standard shared mailbox/calendar setup, my hope was the new Office 365 group might make a good alternative to a shared mailbox setup, but maybe it's not the best option. For something like sharing a calendar, there are way too many options and all of them have caveats and drawbacks.
- Adrian EdgarNov 14, 2017Copper Contributor
Hi there,
Happy to chat about this if you want to give me a call.
In most schools there will be a few people who write entries to the whole school calendar and the vast majority of teachers and support staff will be read only.
Its that simple. Some might allow teachers to add events that then go through some for of approval process but in general its quite simple.
They will want the same permissions irrespective of OWA/Outlook etc.
- Krish GaliNov 13, 2017Former Employee
Adrian - This feature was built specifically for our EDU customers who needed a way for teachers to control the calendar events and appointments from being modified by students in their classroom. Hence, it was first implemented in OWA with the goal of understanding how it would be used and then based on demand bring it to other endpoints including Outlook 2016. Let us know the use case for how you are planning to utilize this functionality in your organization and we can ensure it gets prioritized accordingly in Outlook 2016.
Thanks,
Krish
- Adrian EdgarNov 08, 2017Copper Contributor
Slightly stranger than that.
I have confirmed that members do indeed only have read access in the portal.
However the same users connected with Outlook can still edit, create and delete.
This makes no sense at all.
- Luke FrenchNov 03, 2017Copper Contributor
This fixed our problem, but may not be suitable for yours. After making this change, I have verified that you're correct and users can still create calendar events. However, only owners can modify or delete. That's all we wanted, but there does not seem to be a way to prevent event creation.
- Adrian EdgarNov 03, 2017Copper Contributor
I've done a bit of testing and it didn't seem to work. The members can still add calendar items in Outlook.
Let me know how you get on with your testing.
I'm hoping that it just takes a while to propagate the changes across the exchange online farm.
Adrian
- Luke FrenchNov 03, 2017Copper Contributor
Thanks for the tip! That seems to have done the trick for me as well. I have some users testing now. I'll reply to confirm after they report in.
- Adrian EdgarNov 03, 2017Copper Contributor
Hi there
I'm not 100% convinced yet. Just doing some testing.
I had exactly the same. WARNING: The command completed successfully but no settings of 'GroupName' have been modified. I logged this with support and they came back telling me to do the following:
Get-UnifiedGroup <primary smtp address of the group> -IncludeAllProperties |fl *cal*
I could see the CalendarMemberReadOnly attribute set to false (no empty)
I then ran the command again : set-unifiedgroup <primary smtp address of the group>
-CalendarMemberReadOnly:$true
The attribute now reports true and I have asked the users to test.
- Luke FrenchNov 01, 2017Copper Contributor
Krish,
Our organization is having this issue as well. We run the command as follows:
Set-UnifiedGroup <Group> -CalendarMemberReadOnlyThe result is always "WARNING: The command completed successfully but no settings of 'ITTestSite' have been modified."
We then verify the result using the following:
Get-UnifiedGroup <Group> | fl *calendar*The property "CalendarMemberReadOnly" returns with no value. We have verified that all members are still able to delete and modify calendar items. Can you provide any insight?
- Casey CotitaOct 12, 2017Copper Contributor
Krish,
Yes- the permissions for the group in question are working as intended- Members can only read the calendar while Owners can add/edit items. Thank you!
Part of my confusion was that I didn't read the details of the Set-UnifiedGroup "CalendarMemberReadOnly" details closely enough:
The CalendarMemberReadOnly switch specifies whether to set read-only Calendar permissions to the Office 365 Group for members of the group.To set read-only Calendar permissions, use the CalendarMemberReadOnly switch without a value.
- To remove read-only Calendar permissions, use this exact syntax: -CalendarMemberReadOnly:$false.
Totally missed the Blank = feature is enabled bit, was expecting to see a True in there.
Thanks for your help!
- Krish GaliOct 12, 2017Former EmployeeHi Casey,
I sent a mail to you last week on this and wanted to check if you were able to test the calendar and it functions as expected. The warning you saw while running the commandlet is wrong, and we are fixing that. We checked your group and it had the parameter set properly, so this group calendar should be read only for its members in Outlook on the web. Let me know.
Thanks,
Krish