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
@@ -11,6 +11,8 @@ public interface ICalendarItemViewModel
{
bool IsSelected { get; set; }
bool IsBusy { get; set; }
/// <summary>
/// The period of the day where this item is currently being displayed.
/// </summary>