This is free and takes about 10 minutes.
1. Go to
console.cloud.google.com
2. Top-left →
Select a project → New Project → name it anything → Create
3. Left sidebar →
APIs & Services → Library → search
Google Calendar API → Enable
4. Left sidebar →
APIs & Services → OAuth consent screen
• User Type:
External → Create
• Fill in App name and your email → Save and Continue through the rest
5. Left sidebar →
APIs & Services → Credentials → + Create Credentials → OAuth client ID
• Application type:
Web application
• Authorised JavaScript origins: add
https://tools.azeempanjwani.com and
http://localhost
• Click Create
6. Copy the
Client ID (ends in
.apps.googleusercontent.com) → paste it in step 2 above
Note: Google will show a warning screen ("app not verified") when you sign in. This is normal for personal tools — just click "Continue". To remove it, you can submit for Google verification later (optional).