Denis Papec 518ed7fc4e
Feature: Support previous days option in Calendar Agenda (#2375)
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-11-24 20:32:38 -08:00

1.5 KiB

title, description
title description
Calendar Calendar widget

Monthly view

calendar

This widget shows monthly calendar, with optional integrations to show events from supported widgets.

widget:
  type: calendar
  firstDayInWeek: sunday # optional - defaults to monday
  view: monthly # optional - possible values monthly, agenda
  maxEvents: 10 # optional - defaults to 10
  integrations: # optional
    - type: sonarr # active widget type that is currently enabled on homepage - possible values: radarr, sonarr, lidarr, readarr
      service_group: Media # group name where widget exists
      service_name: Sonarr # service name for that widget
      color: teal # optional - defaults to pre-defined color for the service (teal for sonarr)
      params: # optional - additional params for the service
        unmonitored: true # optional - defaults to false, used with *arr stack

Agenda

This view shows only list of events from configured integrations

widget:
  type: calendar
  view: agenda
  maxEvents: 10 # optional - defaults to 10
  previousDays: 3 # optional - shows events since three days ago - defaults to 0
  integrations: # same as in Monthly view example

Integrations

Currently integrated widgets are sonarr, radarr, lidarr and readarr.

Supported colors can be found on color palette.