Files
espocrm/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Calendar.json
2026-01-19 17:46:06 +01:00

14 lines
411 B
JSON

{
"colors": {
"Meeting": "#558BBD",
"Call": "#CF605D",
"Task": "#70c173"
},
"scopeList": ["Meeting", "Call", "Task"],
"modeList": ["month", "agendaWeek", "timeline", "agendaDay"],
"sharedViewModeList": ["basicWeek", "month", "basicDay"],
"additionalColorList": ["#AB78AD", "#CC9B45"],
"iconClass": "far fa-calendar-alt",
"slotDuration": 30
}