Skip to content

CalendaryForPlugin

Calendary interface for plugins. Defines the methods plugins can use during installation. This avoids circular dependency with the actual implementation.

addGroup(config): this

GroupConfig

this


hasDayEnricher(name): boolean

string

boolean


hasPlugin(name): boolean

string

boolean


registerDayEnricher(enricher): this

DayEnricher

this


registerFormula(name, fn): this

string

FormulaFn

this


removeGroup(groupId): this

string

this


use(plugin): this

CalendaryPlugin

this