Connect Your Calendar
Sign in with Google to view your upcoming events
Setup Instructions
- Go to the Google Cloud Console
- Create a new project or select an existing one
- Enable the Google Calendar API in APIs & Services
- Go to Credentials and create an OAuth 2.0 Client ID
- Select Web application as the application type
- Add
http://localhost:8000 to Authorized JavaScript origins
- Copy your Client ID and update the
CLIENT_ID in this file
- Run a local server:
python3 -m http.server 8000
- Open
http://localhost:8000 in your browser