In a SharePoint Page, I have added a Calendar App, on the left-hand side of the Calendar View:
I would need to hide the highlighted part as it is a incomplete calendar in this View.
Would need to hide it. Is there any work around for this?
Try this CSS:
<style> tr>th:first-child { display:none } </style>
Test result: