Skip to main content
Was this helpful?

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: staging first, then a limited beta tenant or user set, then global.
  • 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.