Parameters
1 query
Query parameters
· 1codestringRequiredExternal calendar code identifier.
Example
example_codeReturns the flat calendar configuration consumed by the admin "Nastavení kalendáře" dialog. Field names map one-to-one with the admin form: publicDescription / internalDescription refer to the calendar entity, settingsPublicDescription / settingsInternalDescription to the reservation-page "important info" block.
1 query
codestringRequiredExternal calendar code identifier.
example_code1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/calendar/calendar-settings
curl -X GET "https://api.bizkithub.com/bff/calendar/calendar-settings?code=example_code" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.