Skip to content

Month view with show current week turned off causes multi-day events to render poorly #217

@MattTheCuber

Description

@MattTheCuber

In the month view, with setShowCurrentWeek set to false, if you have an event that spans multiple days including today, it gets cropped in a strange way as shown in the image below.

Image
...

Interval interval = new Interval(LocalDate.of(2025, 7, 24), LocalTime.of(9, 0), LocalDate.of(2025, 7, 25), LocalTime.of(17, 00));
Entry<Object> entry = new Entry<>("Vacation", interval);
entry.setFullDay(true);
calendar.addEntry(entry);

calendarView.showMonthPage();
calendarView.getMonthPage().getMonthView().setShowCurrentWeek(false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions