14 lines
411 B
JSON
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
|
|
}
|