Combine any number of Outlook calendars in one unified monthly view. Enter your Azure App Registration Client ID to get started.
One-time Azure setup
- Go to portal.azure.com → App registrations → New registration
- Name it anything (e.g. "Team Calendar") → Register
- Under Authentication → Add platform → Single-page application
- Set Redirect URI to the URL where you'll open this app (e.g. http://localhost:3000)
- Under API permissions → Add → Microsoft Graph → Delegated → Calendars.ReadWrite → Add
- Copy your Application (client) ID from the Overview page