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