Add includePastEvents global and calendar-specific settings

This commit is contained in:
Jon Kolb
2019-04-01 15:39:25 -04:00
parent 6170b0d059
commit 806be39a6d
6 changed files with 38 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ Fixed `package.json` version number.
- Notifications display time can be set in request
- Newsfeed: added support for `ARTICLE_INFO_REQUEST` notification
- Add `name` config option for calendars to be sent along with event broadcasts
- Add `includePastEvents` config option for calendars to include events from the past `maximumNumberOfDays` in event broadcasts
### Updated
- Bumped the Electron dependency to v3.0.13 to support the most recent Raspbian. [#1500](https://github.com/MichMich/MagicMirror/issues/1500)