Relative Content

Tag Archive for fullcalendarfullcalendar-5fullcalendar-schedulerfullcalendar-6

React Full Calendar events that are associated with resources are not getting rendered on the resourceTimelineMonth view

We are already using a licensed version of Full Calendar in our application which is in Open UI5, we are in the process of converting our application screens into React, so as a part of this conversion we were trying to render the React version of Full Calendar (with resource timeline plugin) in one of our pages, so we have an event datasource which is an Array and the resources data source Array that are associated with the events. When we try to load a page like the month view (dayGridMonth) we are able to see the events getting rendered for the given dates, but when we try to load a different page like resourceTimelineMonth view then only the resources are getting rendered, we are NOT able to see the associated events being rendered on the screen, but after this if we try to call getEvents() the events are present programatically but NOT able to see those events visually in the screen. The above mentioned issue happens ONLY when we try to run this on a test stack but the same works fine on localhost. Not sure if this is something to do with Licensing?