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

Support multiple layers of (auto) events #247

Open
brease-colin opened this issue Mar 11, 2024 · 1 comment
Open

Support multiple layers of (auto) events #247

brease-colin opened this issue Mar 11, 2024 · 1 comment

Comments

@brease-colin
Copy link

Now this library support regular events ('auto') and 'background'. For a current use case, we're looking for a calendar view that can display multiple layers of auto events. Meaning: if two events in layer 1 overlap, they'll render side by side and if two events in layer 2 overlap, they will as well, but if an event from layer 2 overlaps an event from layer 1, then the layer 2 event is rendered on top of the layer 1 event, both displayed in full width.

I understand this may be a very specific issue, but on the other hand, since you already support two layers, maybe it's not that big of a change?

@vkurko
Copy link
Owner

vkurko commented Mar 11, 2024

Hello. Now there are no two equal layers as you wrote. In fact, the placement algorithm does not work for background events.

I think "layers" is an interesting idea. I think that in theory this could be implemented in the future. But at this stage, unfortunately, I cannot give exact dates. I will leave this ticket open so that others interested can also check in.

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