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
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
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
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
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