Const
This hook is emitted while Simple Calendar is initializing, before the module is ready to use.
What is passed: No data is passed when this hook is fired.
Examples:
How to listen for the hook:
Hooks.on(SimpleCalendar.Hooks.Init, () => { console.log(`Simple Calendar is initializing!`); });
This hook is emitted while Simple Calendar is initializing, before the module is ready to use.
What is passed: No data is passed when this hook is fired.
Examples:
Example
How to listen for the hook: