I want to fetch calendar data from database to my Vue frontend, for that I have used fullcalendar API.
I am able to fetch data of current week but when I click on next and previous week at time I stuck as not able to fetch the data.
Please provide me some suggestion or reference, so I can go through it and implement.
I have used custom button in fullcalendar
https://fullcalendar.io/docs/customButtons
and referred below Stack Overflow link
FullCalendar-vue + Typescript: Property 'getApi' does not exist
And fetched the data from calendarApi and used in axios as parameter.