Use Config
Use config composable is purely used for setting a getting the whole Zaptime config.
ts
const { setConfig, config } = useConfig();
//or when retrieving specific calendar Id
const { setConfig, config } = useConfig(calendarId);