Event details UI improvements.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Defines how a calendar item should be displayed in terms of availability.
|
||||
/// </summary>
|
||||
public enum CalendarItemShowAs
|
||||
{
|
||||
Free,
|
||||
Tentative,
|
||||
Busy,
|
||||
OutOfOffice,
|
||||
WorkingElsewhere
|
||||
}
|
||||
Reference in New Issue
Block a user