Forum Discussion
SharePoint List 'Calendar View' - hide if time 00:00
Hi Smitster,
Unfortunately, it's not possible to hide the time from the SharePoint Calendar view.
Standard column formatting using JSON does not apply here. Calendar views use a different schema—calendar-formatting.schema.json—which currently does not support removing or conditionally hiding the time portion.
You can refer to Microsoft’s documentation for more details:
https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-calendar-formatting
Alternative Suggestion:
If it aligns with your project requirements, consider using the Events web part instead of the Calendar view. It offers a cleaner display and more flexibility in how event details are presented.
----------------------------------------------------------------------------------------------------------
If this response resolves your query, please mark it as the accepted answer.