Some event selections

This commit is contained in:
Burak Kaan Köse
2025-07-07 21:13:53 +02:00
parent 03c9ac1e11
commit 6db85bfa39
2 changed files with 10 additions and 19 deletions

View File

@@ -80,7 +80,7 @@ public class CalendarEventCollection
// Multi-day events go to both.
// Anything else goes to regular.
if (calendarItem.ItemType == Enums.CalendarItemType.AllDay)
if (calendarItem.ItemType == Enums.CalendarItemType.AllDay || calendarItem.ItemType == Enums.CalendarItemType.MultiDayAllDay || calendarItem.ItemType == Enums.CalendarItemType.RecurringAllDay)
{
return [_internalAllDayEvents];
}