Team Calendar

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

  1. Go to portal.azure.com → App registrations → New registration
  2. Name it anything (e.g. "Team Calendar") → Register
  3. Under Authentication → Add platform → Single-page application
  4. Set Redirect URI to the URL where you'll open this app (e.g. http://localhost:3000)
  5. Under API permissions → Add → Microsoft Graph → Delegated → Calendars.ReadWrite → Add
  6. Copy your Application (client) ID from the Overview page

Configure

Built with v0