Start the Google login
start_loginInitiates Google Calendar authorization: gives a clickable URL to open in a local browser, approve access, and the local listener catches the redirect to exchange the code securely.
Instructions
First step of connecting from the chat, without editing config files or restarting the client. Returns authorizeUrl — show it to the user as a clickable link and ask them to open it in the browser ON THIS MACHINE, pick the Google account and approve access. A one-shot listener on 127.0.0.1 catches Google's redirect; the code is exchanged locally and never passes through the chat. Does not open the browser itself. The attempt lives 10 minutes; when the browser shows the success page, call finish_login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||