Add busy state support for calendar item view models (#810)

This commit is contained in:
Burak Kaan Köse
2026-02-15 19:26:06 +01:00
committed by GitHub
parent 2baa87daeb
commit ff25db3fea
5 changed files with 72 additions and 2 deletions
@@ -74,6 +74,9 @@ public partial class CalendarItemViewModel : ObservableObject, ICalendarItem, IC
[ObservableProperty]
public partial bool IsSelected { get; set; }
[ObservableProperty]
public partial bool IsBusy { get; set; }
/// <summary>
/// The period of the day where this item is currently being displayed.
/// Used for multi-day event title formatting.