const calendarStatus = { FREE: "Free", BUSY: "Busy", TENTATIVE: "Tentative", OUT_OF_THE_OFFICE: "OutOfTheOffice", }; export { calendarStatus };