namespace Wino.Core.Domain.Enums { public enum CalendarItemStatus { Confirmed, Tentative, Cancelled, } }