Feature: Support previous days option in Calendar Agenda (#2375)

Signed-off-by: Denis Papec <denis.papec@gmail.com>
This commit is contained in:
Denis Papec 2023-11-25 04:32:38 +00:00 committed by GitHub
parent acafbb5100
commit 518ed7fc4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -33,6 +33,7 @@ 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
```