File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ _This release is scheduled to be released on 2024-01-01._
46
46
- Fix missing typeof in calendar module
47
47
- Fix style issues after prettier update
48
48
- Fix calendar test (#3291 ) by moving "Exdate check" from e2e to electron to run on a Thursday
49
+ - Fix calendar config params ` fetchInterval ` and ` excludedEvents ` were never used from single calendar config (#3297 )
49
50
50
51
## [ 2.25.0] - 2023-10-01
51
52
Original file line number Diff line number Diff line change @@ -127,7 +127,9 @@ Module.register("calendar", {
127
127
maximumNumberOfDays : calendar . maximumNumberOfDays ,
128
128
pastDaysCount : calendar . pastDaysCount ,
129
129
broadcastPastEvents : calendar . broadcastPastEvents ,
130
- selfSignedCert : calendar . selfSignedCert
130
+ selfSignedCert : calendar . selfSignedCert ,
131
+ excludedEvents : calendar . excludedEvents ,
132
+ fetchInterval : calendar . fetchInterval
131
133
} ;
132
134
133
135
if ( typeof calendar . symbolClass === "undefined" || calendar . symbolClass === null ) {
You can’t perform that action at this time.
0 commit comments