3
The Fullcalendar has the button of Prev
and Next
that advance and return the weeks, if it keeps advancing it goes showing the weeks infinitely, if it returns also.
I need a function that allows displaying only weeks containing 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 can only alternate in these two weeks.
Does anyone know of any function that allows to do this in fullcalendar?
I tried to search for some function in the Docs of the site of fullcalendar, but I did not find any of this, follow link: http://fullcalendar.io/docs/
could try that by clicking the next button and there are no more events, the button will be disabled. See in the documentation the function that fetches the events and the return of this function. If the return is 'null', you disable the button.
– durtto
That answer seems to show a difficulty in understanding library events.
– durtto
Solved, soon I will put the code here.
– Maurício Krüger