I have so many events each day that in month view it just looks like cluttered mess.
Is there a way to just show the month view but with no events listed?
I have so many events each day that in month view it just looks like cluttered mess.
Is there a way to just show the month view but with no events listed?
I found what to add into the controller.cs file before scheduler.init
scheduler.config.max_month_events = 3;
I changed to 1 and I like how it will state underneath first shown event that there are “x” amount of other events and when you click on it, it lists them all for that day.