-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
[BUG]: multi-day-events don't span across several days #342
Comments
@EinKantHolz Hi there and thanks for reporting this issue! |
Okay so now the multi-day-events are pinned on top. Is that correct? |
@EinKantHolz Yes, you're correct. Can you show me the rendering of your agenda module as I don't use the agenda module on my build? Dates can be added too, however, depending on the layout, there may not be enough space (i.e. 5.3" e-paper display). In the future, this will be solved with widgets, however, an image would be great to help understand the issue. This issue, i.e. multi-day events not spanning across several days should be resolved right? |
yeah sure. There are at least two issues here. Let me explain step by step.
Here are the bugs/problems: 1. all-day event in the past 2. A single all-day event 3. all-day event over more days I'm not sure how big this issue is concerning the code and architecture. My preffered solution would be to display the cross-day events for each day but you already mentioned, that this isn't so easy, as far as I can remember. |
Describe the bug
While using the Agenda module, i found a bug. All-day-appointments that are going more than one day are not shown on "all days" but only the first day (point of start). I've attached a photo of the screen and a screenshot of the calendars on the server for comparison.
Calendars on server:
Agenda module:
The text was updated successfully, but these errors were encountered: