Question

I'm using SharePointOnline's Modern UI.

I added an event web part to the home page(Home.aspx).

I want to allow only administrators to add events.

However, if user have the add Item permission at the SharePoint access level, user can add events.

Is there any way to prevent adding events?
For general users, only reference is best.

I am very grateful for any ideas.

Was it helpful?

Solution

You will need to give the Events list unique permissions and change the permissions so that the users no longer have permission to add items to the list. You can do this by going to Site Contents > Events > List settings (via the ribbon) > Permissions for this list

OTHER TIPS

There is no such permission settings for Events web part.

As Callum Crowley said, it's necessary to change the permission on the source event list.

Grant other users except administrators in this list to read permission.

Result:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top