You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i've been struggling with the calendar. It won't display events that have dates in which are already set by other event on the same resourceId. For instace if I have an array of events with the following data:
It will only diplay events[0] and totally ingore events[1] . I know there's conflits but i want to still be able to see both of them displaying. Is there any settings I should change to solve this? why is this happening?
The text was updated successfully, but these errors were encountered:
Hi i've been struggling with the calendar. It won't display events that have dates in which are already set by other event on the same resourceId. For instace if I have an array of events with the following data:
const events = [{id: 1234, start: "2023-02-01", end: "2023-02-20", resourceId: "rc123"}, { id: 5678, start: "2023-02-06", end: "2023-02-28", resourceId: "rc123"}]
It will only diplay
events[0]
and totally ingoreevents[1]
. I know there's conflits but i want to still be able to see both of them displaying. Is there any settings I should change to solve this? why is this happening?The text was updated successfully, but these errors were encountered: