Scroll to switch calendar months in Outlook PWA

A userscript to enhance the scrolling experience in the Outlook Web Calendar.
Supports natural vertical or horizontal scroll navigation depending on the calendar view (month view scrolls vertically, week/day views scroll horizontally).
The source code does not contain the built userscript file (*.user.js).
Please visit the Releases page, download outlook-calendar-scroll.user.js and put it in a userscript manager (Tampermonkey, Violentmonkey, etc.). Enjoy.
pnpm install to install dependencies.pnpm dev pnpm dev starts a development server that serves the userscript at http://localhost:3000/outlook-calendar-scroll.user.js, which reloads automatically on source changes. You can load this URL directly in your userscript manager for live testing.pnpm build to build the userscript (dist/outlook-calendar-scroll.user.js).MIT