Add option to specify a timezone for events (#2623)

* Add option to specify a timezone for events

* Amend message, update docs
This commit is contained in:
Denis Papec 2024-01-15 02:01:10 +00:00 committed by GitHub
parent 674d7f2e01
commit 1f2081af5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 14 deletions

View file

@ -27,6 +27,7 @@ widget:
url: https://domain.url/with/link/to.ics # URL with calendar events
name: My Events # required - name for these calendar events
color: zinc # optional - defaults to pre-defined color for the service (zinc for ical)
timezone: America/Los_Angeles # optional - force timezone for events (if it's the same - no change, if missing or different in ical - will be converted to this timezone)
params: # optional - additional params for the service
showName: true # optional - show name before event title in event line - defaults to false
```