iobroker-community-adapters / ioBroker.ical

Read information from google calender and from iCal files into ioBroker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable für Farben (Heute/Morgen/in x Tagen) als Objekt

janwilke opened this issue · comments

Wäre es möglich im ical.html Element dynamisch die Farben aus Objekten zu nutzen?

statt span style="font-weight: bold; color: orange" z.B. span style="font-weight: bold; color: {ical.0.data.html_color_today}"

statt span style="font-weight: bold; color: yellow" z.B. span style="font-weight: bold; color: {ical.0.data.html_color_tomorrow}"

span style="font-weight: bold" z.B. span style="font-weight: bold; color: {ical.0.data.html_color_others}"