Closed (fixed)
Project:
Calendar
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2026 at 18:56 UTC
Updated:
16 Feb 2026 at 20:24 UTC
Jump to comment: Most recent
Calendar sets the legacy is_multi_day property directly, but CalendarEvent::getIsMultiDay() relies on a separate internal flag that is not always updated. This causes inconsistent multi-day detection and rendering behaviour.
TBD
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
joelpittetCommitting this to clean up the code base a small bit and reduce the complexity of an already complex module...