JackyJacky
Guide/Google Calendar Setup
Local Security Policy

These forms run fully client-side. Credentials entered here are only compiled into local files and never transmitted to external backend servers.

Google Calendar OAuth Setup Setup

1
2
3
4

Create a developer application on Google CalendarDeveloper Console

  1. Navigate to the Google Cloud Console.
  2. Create a new project (e.g. 'Jacky Companion Project').
  3. Go to APIs & Services -> Library and search for 'Google Calendar API'. Enable it.
  4. Go to APIs & Services -> OAuth Consent Screen. Set User Type to External. Add scopes: 'openid', 'email', 'https://www.googleapis.com/auth/calendar.readonly'.
  5. Go to Credentials -> + Create Credentials -> OAuth Client ID.
  6. Set Application Type to 'Desktop app' (or 'Web application' if utilizing fixed loopbacks). Click Create.