Calendar: change font size of one calendar
Posted: Monday 05 April 2021 11:19
Hi,
Is it possible to change the fontsize of one calendar using more then one calendars?
Grz.
Is it possible to change the fontsize of one calendar using more then one calendars?
Grz.
Code: Select all
blocks['gmail_calendars'] = {
type: 'calendar',
layout: 1,
startonly: 'true',
emptytext: 'Geen afspraken',
url: 'https://calendar.google.com/calendar/embed?src=%40gmail.com&ctz=Europe%2FAmsterdam',
icalurl: {
Personal: {
ics: 'https://calendar.google.com/calendar/ical/%40gmail.com/private-bf115bea/basic.ics',
color: 'white'},
IntusWit: {
ics: 'https://mkann.rooster.nl/InPlanningService/ICalService?key=3b1hu6cjuiu',
color: 'yellow'},
IntusCaco: {
ics: 'https://mknn.rooster.nl/InPlanningService/ICalService?key=2g0yp3qm1p1uvjamt',
color: 'yellow'}
},
holidayurl: 'https://calendar.google.com/calendar/ical/nl.dutch%23holiday%40group.v.calendar.google.com/public/basic.ics',
maxitems: 9,
weeks: 5,
lastweek: false,
isoweek: false,
width: 12
}