-
DescriptionRegistrazione.dello.schermo.2024-12-31.163021.mp4As you can see from the recording, December 2024 shows no data coming from sonarr and radarr, but the integration is indeed working and news on the calendar are presenter for December 2024. I suspect, that whilst showing December 2024, the Calendar is actually showing December 2025 data, which is correctly jumped to on mouse clicking the days. homepage versionv0.10.6 Installation methodDocker Configuration- Events:
- Calendar:
widget:
type: calendar
firstDayInWeek: sunday # optional - defaults to monday
view: monthly # optional - possible values monthly, agenda
maxEvents: 10 # optional - defaults to 10
showTime: true # optional - show time for event happening today - defaults to false
timezone: Europe/Rome # optional and only when timezone is not detected properly (slightly slower performance) - force timezone for ical events (if it's the same - no change, if missing or different in ical - will be converted to this timezone)
integrations: # optional
- type: ical # Show calendar events from another service
url: http://radarr:7878/feed/v3/calendar/Radarr.ics?apikey=xxx # hidden, URL with calendar events
name: Radarr # required - name for these calendar events
color: orange
- type: ical # Show calendar events from another service
url: http://sonarr:8989/feed/v3/calendar/Sonarr.ics?apikey=xxx # hidden, URL with calendar events
name: Sonarr # required - name for these calendar events
color: teal # optional - defaults to pre-defined color for the service (zinc for ical) Container LogsNo related interesting container logs available Browser LogsNo related interesting browserlogs available TroubleshootingNo troubleshooting necessary to experience this issue, since it's a view issue. |
Beta Was this translation helpful? Give feedback.
#4517, #4522