why current date not diplaying using fullcalenar-init?
Things I’ve checked:
pass fullcalendar events a value from an httponly cookie
I am using an API to fetch events from DB. The API is protected by using JWT tokens and usually I call the API using fetch
with credentials include
to have the JWT token included in the call.
fullcalendar fetch api with custom query parameters
I am trying to configure fullcalendar 5 to fetch api from a database. I want to pass additional query parameters to the request in addition to start and end. I have tried to do this way but I see that the request is always ignoring additional parameters.