CalendaryPlugin
Plugin interface
Plugins work with any Calendary instance regardless of its generic parameters. The install function receives a Calendary with unknown metadata/category types.
Properties
Section titled “Properties”dependencies?
Section titled “dependencies?”
optionaldependencies?:string[]
eventTypes?
Section titled “eventTypes?”
optionaleventTypes?:Record<string,EventTypeHandler>
formulas?
Section titled “formulas?”
optionalformulas?:Record<string,FormulaFn>
name:
string
version
Section titled “version”version:
string
Methods
Section titled “Methods”install()
Section titled “install()”install(
calendary,context?):void
Parameters
Section titled “Parameters”calendary
Section titled “calendary”context?
Section titled “context?”Returns
Section titled “Returns”void