Availability calendar
Calendar widget rendered inline at a constrained height — notice how cramped the schedule grid becomes.
Anti-pattern
Calendar non-fullscreen
The calendar widget is designed to dominate the viewport — week/month grids need height to be usable. Without fullscreen, rows compress and the UI becomes unreadable. Calendars should always be fullscreen='true'.
✓ See the correct example →Calendar widget rendered inline at a constrained height — notice how cramped the schedule grid becomes.