Currently, the calendar interface lacks proper keyboard navigation. Users cannot tab into calendar cells to select a date, and event chips inside cells are not keyboard accessible. This makes the calendar difficult to use for people who rely on keyboards or assistive technologies.Calendar cells (
) are not focusable via keyboard (tabindex not set).Event chips (
) inside cells have click handlers but are not reachable by keyboard.Users cannot use Enter or Space to select a date or open an event for editing when focused. i'd like to fix this
Currently, the calendar interface lacks proper keyboard navigation. Users cannot tab into calendar cells to select a date, and event chips inside cells are not keyboard accessible. This makes the calendar difficult to use for people who rely on keyboards or assistive technologies.Calendar cells (