Financial Calendar Widget

<ic-financial-calendar> lists a team's financial_calendars entries split into Future / Past tabs. Each row shows the date and event name plus per-row Google, Yahoo, and iCal "add to calendar" links. It ships in the same ic-reports.js bundle as the report hero and archive.

1. English chrome

Calendar for acconeer with the English UI labels. Future and Past tabs are both populated from live production data. Event titles come straight from financial_calendars.title and are not translated.

<ic-financial-calendar team="acconeer" locale="en"></ic-financial-calendar>

2. Finnish chrome (locale="fi")

Same data, Finnish tab labels and column headers (Tulevat / Menneet), and Finnish row titles (Osavuosikatsaus Q2 2026, Tilinpäätöstiedote 2025).

<ic-financial-calendar team="acconeer" locale="fi"></ic-financial-calendar>

3. Swedish chrome (locale="sv")

Same data, Swedish tab labels (Kommande / Tidigare) and Swedish row titles (Delårsrapport Q2 2026, Bokslutskommuniké 2025).

<ic-financial-calendar team="cityvarasto" locale="sv"></ic-financial-calendar>