Forum Discussion
Remove NEW from SharePoint list calendar
Hi all,
Ive been able to remove NEW from the top left of the list calendar, am I able to remove NEW from the calendar tiles? (I cant change user permissions as a powerapp is pushing data to the list calendar)
1 Reply
matt-beyond This is not possible using SharePoint out of the box capabilities to hide this New option without removing create (contribute or higher) permissions from SharePoint list.
Do you want to show this list to users in your site? If not, you can make this list hidden from UI using PnP PowerShell:
$ListName = "MySPList" Set-PnPList -Identity $ListName -Hidden $trueCheck below threads which have more suggestions related to this:
- hide sharepoint list from users
- Protect sharepoint list - let users use powerapp but not have access to SP list?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.