The fullcalendar has the prev and next button that moves forward and returns the weeks, if you get ahead it will show the weeks infinitely, if you return too.
I need a function that allows you to display only the weeks that contain marked events.
For example: If I have an event on 02/15/2014 and another event on 08/20/2015, the prev and next buttons will only be able to switch over these two weeks.
Does anyone know of a function that allows you to do this in fullcalendar?
I tried to look for some function in the docs of fullcalendar site, but I did not find any of this, follow link: link