|
@@ -204,27 +204,26 @@ let config = {
|
|
|
displaySymbol: false,
|
|
displaySymbol: false,
|
|
|
maximumNumberOfDays: 1,
|
|
maximumNumberOfDays: 1,
|
|
|
showLocation: true,
|
|
showLocation: true,
|
|
|
- timeFormat: 'relative',
|
|
|
|
|
calendars: [
|
|
calendars: [
|
|
|
{
|
|
{
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
|
|
|
- symbolClass: 'todo_symbol',
|
|
|
|
|
- titleClass: 'todo_title',
|
|
|
|
|
- timeClass: 'todo_time',
|
|
|
|
|
|
|
+ symbolClass: 'todo-symbol',
|
|
|
|
|
+ titleClass: 'todo-title',
|
|
|
|
|
+ timeClass: 'todotime',
|
|
|
symbol: 'clipboard-list-check'
|
|
symbol: 'clipboard-list-check'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',
|
|
|
- symbolClass: 'clean_symbol',
|
|
|
|
|
- titleClass: 'clean_title',
|
|
|
|
|
- timeClass: 'clean_time',
|
|
|
|
|
|
|
+ symbolClass: 'clean-symbol',
|
|
|
|
|
+ titleClass: 'clean-title',
|
|
|
|
|
+ timeClass: 'clean-time',
|
|
|
symbol: 'vacuum',
|
|
symbol: 'vacuum',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
|
|
|
- symbolClass: 'info_symbol',
|
|
|
|
|
- titleClass: 'info_title',
|
|
|
|
|
- timeClass: 'info_time',
|
|
|
|
|
|
|
+ symbolClass: 'info-symbol',
|
|
|
|
|
+ titleClass: 'info-title',
|
|
|
|
|
+ timeClass: 'info-time',
|
|
|
symbol: 'circle-info',
|
|
symbol: 'circle-info',
|
|
|
},
|
|
},
|
|
|
|
|
|