This a copy of Quick Start sample of Google Calendar API but implimented on Vite and Svelete framework.
これは、Google Calendar API のクイックスタートを Vite と Svelte 環境で動くようにした習作です。
Client Id is read from the client_secret.json
file under src
directory.
When you made your OAuth 2.0 client on the Google Developer Console
client_secret.json
.src
directory.Client ID は、src
ディレクトリーのclient_secret.json
から読み込みます。
Google Developer Console で OAuth 2.0 クライアントを作成したら、
client_secret.json
に変えます。src
ディレクトリーに移動させます。Sign out makes CORS error. This error is same error as reported on the stackoverflow.
For now, there is no workaround for this issue.