/*! ========================================================= * Argon Dashboard Chakra PRO - v1.0.0 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro * Copyright 2022 Creative Tim (https://www.creative-tim.com/) * Designed and Coded by Simmmple & Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ export const calendarDataCRM = [ { title: "All day conference", borderColor: "transparent", start: "2022-10-01", end: "2022-10-01", backgroundColor: "#68D391", className: "success", }, { title: "Meeting with Mary", borderColor: "transparent", start: "2022-10-03", end: "2022-10-03", backgroundColor: "#F6AD55", className: "info", }, { title: "Cyber Week", borderColor: "transparent", start: "2022-10-04", end: "2022-10-04", backgroundColor: "#805AD5", className: "warning", }, { title: "Winter Hackaton", borderColor: "transparent", start: "2022-10-05", end: "2022-10-05", backgroundColor: "#0BC5EA", className: "error", }, { title: "Digital event", borderColor: "transparent", start: "2022-10-09", end: "2022-10-11", backgroundColor: "#4FD1C5", className: "warning", }, { title: "Dinner with Family", borderColor: "transparent", start: "2022-10-21", end: "2022-10-21", backgroundColor: "#F6AD55", className: "error", }, { title: "Black Friday", borderColor: "transparent", start: "2022-10-25", end: "2022-10-25", backgroundColor: "#0BC5EA", className: "info", }, ]; export const calendarDataWidgets = [ { title: "All day conference", borderColor: "transparent", start: "2022-10-01", end: "2022-10-01", backgroundColor: "#68D391", className: "success", }, { title: "Meeting with Mary", borderColor: "transparent", start: "2022-10-03", end: "2022-10-03", backgroundColor: "#F6AD55", className: "info", }, { title: "Cyber Week", borderColor: "transparent", start: "2022-10-04", end: "2022-10-04", backgroundColor: "#805AD5", className: "warning", }, { title: "Winter Hackaton", borderColor: "transparent", start: "2022-10-05", end: "2022-10-05", backgroundColor: "#0BC5EA", className: "error", }, { title: "Digital event", borderColor: "transparent", start: "2022-10-09", end: "2022-10-11", backgroundColor: "#4FD1C5", className: "warning", }, { title: "Dinner with Family", borderColor: "transparent", start: "2022-10-21", end: "2022-10-21", backgroundColor: "#F6AD55", className: "error", }, { title: "Black Friday", borderColor: "transparent", start: "2022-10-25", end: "2022-10-25", backgroundColor: "#0BC5EA", className: "info", }, ]; export const calendarDataCalendar = [ { title: "All day conference", borderColor: "transparent", start: "2022-10-01", end: "2022-10-01", backgroundColor: "#68D391", className: "success", }, { title: "Meeting with Mary", borderColor: "transparent", start: "2022-10-03", end: "2022-10-03", backgroundColor: "#F6AD55", className: "info", }, { title: "Cyber Week", borderColor: "transparent", start: "2022-10-04", end: "2022-10-04", backgroundColor: "#805AD5", className: "warning", }, { title: "Winter Hackaton", borderColor: "transparent", start: "2022-10-05", end: "2022-10-05", backgroundColor: "#0BC5EA", className: "error", }, { title: "Digital event", borderColor: "transparent", start: "2022-10-09", end: "2022-10-11", backgroundColor: "#4FD1C5", className: "warning", }, { title: "Dinner with Family", borderColor: "transparent", start: "2022-10-21", end: "2022-10-21", backgroundColor: "#F6AD55", className: "error", }, { title: "Black Friday", borderColor: "transparent", start: "2022-10-25", end: "2022-10-25", backgroundColor: "#0BC5EA", className: "info", }, ];