We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a5e73 + 6b12601 commit 0c3f9f4Copy full SHA for 0c3f9f4
CHANGELOG.md
@@ -51,6 +51,7 @@ _This release is scheduled to be released on 2021-01-01._
51
- Corrected logic for timeFormat "relative" and "absolute".
52
- Fix Default Alert Module does not hide black overlay when alert is dismissed manually. (#2228)
53
- Weather module - Always displays night icons when local is other then English. (#2221)
54
+- update Node-ical 0.12.4 , fix invalid RRULE format in cal entries
55
56
## [2.13.0] - 2020-10-01
57
package.json
@@ -80,7 +80,7 @@
80
"iconv-lite": "^0.6.2",
81
"module-alias": "^2.2.2",
82
"moment": "^2.29.1",
83
- "node-ical": "^0.12.3",
+ "node-ical": "^0.12.4",
84
"request": "^2.88.2",
85
"rrule": "^2.6.6",
86
"rrule-alt": "^2.2.8",
0 commit comments