Some appointments are showing behind each other

Hello,

I am experiencing an unusual issue with the planner: some appointments are displayed after another appointment. Please refer to the attachment for a screenshot. Has anyone else encountered this issue?


Thanks,

Gertjan


Attachment: syncfusion_32aed5f8.png

4 Replies 1 reply marked as answer

VR Vijay Ravi Syncfusion Team August 19, 2025 06:22 AM UTC

Hi Gertjan de Vries,
 

Your reported problem is considered a bug. The fix for this defect will be included in our upcoming weekly patch release, which is expected to be rolled out by September 9, 2025. You can track the status of the fix at the following link:


Feedback link: Some appointments are displayed one after the other in Angular | Feedback Portal


Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.


Regards,

Vijay


Marked as answer

VR Vijay Ravi Syncfusion Team September 19, 2025 09:52 AM UTC

Hi Gertjan de Vries,


 

We deeply regret the inconvenience. We were unable to include the fix as promised, but we were working on it with priority. We will include the fix in our upcoming weekly release on September 30, 2025.

 

Regards,

Vijay



VR Vijay Ravi Syncfusion Team October 10, 2025 05:38 AM UTC

Hi Gertjan de Vries,


We deeply regret the inconvenience. We were unable to include the fix as promised, but we were working on it with priority. We will include the fix in our upcoming weekly release on October 14, 2025.

 

Regards,

Vijay



VN Viswajith Nagarajan Syncfusion Team October 17, 2025 05:47 AM UTC

Hi Gertjan de Vries,


We are glad to announce that our Essential Studio® 2025 Volume 3 Service pack 1 Release v31.2.2 is rolled out and is available for download under the following link.

Essential Studio® 2025 Volume ... | Announcements Forums | Syncfusion®


The fix for the issue has been included in Volume 3 Service pack 1 Release v31.2.2. Upgrade to the latest version to resolve the issue.


Release notes: https://ej2.syncfusion.com/angular/documentation/release-notes/31.2.2?type=all#schedule

 

Feedback:  Some appointments are displayed one after the other in Angular | Feedback Portal


Sample: https://stackblitz.com/edit/angular-fegzqy7j-c1fysutu?file=package.json,src%2Fapp.component.ts


Root Cause:

The issue is in the getOverlapEvents method, specifically in how timeCondition is calculated for all-day events. All-day events usually have an exclusive EndTime (e.g., April 4th 00:00:00 for an April 3rd event), and the current logic works for that. However, in your data, all-day events end at times like 2025-04-03T23:00:00. After resetting the time, this becomes 2025-04-03T00:00:00, which makes the comparison fail and excludes the event. This causes overlapping events to display incorrectly.


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you require any further assistance.


Regards,

Viswajith Nagarajan


Loader.
Up arrow icon