Feature Flags Reference
Use feature flags to control UI rollout without redeploying the application. For the calendar workspace layout feature, the relevant flag is ENABLE_CALENDAR_FULL_WIDTH_LAYOUT, which the frontend reads as calendarFullWidthLayout.
ENABLE_CALENDAR_FULL_WIDTH_LAYOUT
- Purpose: show the boxed/full-width layout toggle in the desktop calendar header.
- Default:
false. - Recommended rollout:
stagingfirst, then a limitedbetatenant or user set, thenglobal. - Safe fallback: if the flag is off, the calendar keeps the existing boxed behavior.
Operational Notes
- The flag only controls visibility of the layout toggle, not the persistence model.
- Focus view stays compact even when the flag is enabled and the user selects full width.
- Keep the backend and frontend defaults aligned so older clients continue to behave safely.