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