Dashboard

Your week at a glance

Connect Your Calendar

Sign in with Google to view your upcoming events

Setup Instructions

  1. Go to the Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable the Google Calendar API in APIs & Services
  4. Go to Credentials and create an OAuth 2.0 Client ID
  5. Select Web application as the application type
  6. Add http://localhost:8000 to Authorized JavaScript origins
  7. Copy your Client ID and update the CLIENT_ID in this file
  8. Run a local server: python3 -m http.server 8000
  9. Open http://localhost:8000 in your browser
Loading your events...