I want to hide the previous and next month dates and events from yearview of fullcalender in Asp.Net. Currently I am using the css code which hides the dates but not the date events.
td.fc-other-month {
visibility: hidden;
}
How could I remove the date events as well?