Calendar to fix.
Fixes the provided calendar data by clearing its intervals
and then applying data specified in calendarData
config.
Returns the resolution description.
Resolves the calendar by removing all its intervals and adding new calendarData
.
Generated using TypeDoc
Base class for EmptyCalendarEffect resolutions. The class has fixCalendarData method that pushes preconfigured
calendarData
to the given calendar. The method is called in resolve method so for a subclass it's enough just providing proper data.