Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar won't display events that have confliting dates #261

Open
TaysonGermano opened this issue Feb 16, 2023 · 1 comment
Open

Calendar won't display events that have confliting dates #261

TaysonGermano opened this issue Feb 16, 2023 · 1 comment

Comments

@TaysonGermano
Copy link

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 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?

@hbatalhaStch
Copy link

Can you show some code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants