I am trying to use different colors for the different calendars.
Below is my code, but the colors of the calendar stay white.
{
module: "calendar",
header: "Daphne school program",
position: "bottom_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar ",
colored: "#FFFF00",
url: "https://teneo.instructure.com/feeds/calendars/user_tNYDgSujrTDUwf6RAUvdhGEk8O1TIQlmcp0imRhA.ics"
},
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-o",
colored: "#FF0000",
url: "https://calendar.google.com/calendar/ical/daphne.erasmus.sa%40gmail.com/public/basic.ics"
}
]
}
},
Any help or suggestion please?