機械翻訳について

Google Calendarプロジェクトの作成

Google Calendarアダプタとの接続を作成する前に、特定の手順に従ってGoogle Calendarプロジェクトを作成する必要があります。

  1. console.developers.google.comに移動します。
  2. 「Create a new project」を選択します。
  3. プロジェクト名を入力して「Create」をクリックします。
  4. 左上で「Products & services」アイコンをクリックします。
  5. 「API Manager」を選択します。
  6. 検索フィールドにcalendarと入力します。
  7. 「Calendar API」を選択します。
  8. 「Enable API」をクリックします。
  9. 「Credentials」または「Go to Credentials」をクリックします。
  10. 「Add Credentials」をクリックして「OAuth 2.0 client ID」を選択します。
  11. 「Configure consent screen」をクリックします。
  12. 「Product name shown to users」に入力して「Save」をクリックします。
  13. アプリケーション・タイプに「Web application」を選択し、Webクライアントの名前を入力して「Create」をクリックします。
    クライアントIDとシークレットが表示されます。
  14. 「Configuring Connection Security」で使用できるようにクライアントIDとシークレットをコピーします。
  15. 作成したWebクライアントの名前をクリックします。
  16. 「Authorized redirect URIs」フィールドに、Oracle Integration Cloud ServiceインスタンスのOAuthコールバック用のSSL URLを入力します。

    形式は次のとおりです。

    https://ICS_HOST:ICS_SSL_PORT/icsapis/agent/oauth/callback
    

    たとえば、これがOracle Integration Cloud Serviceインスタンスへのアクセスに使用するURLであるとします。

    http://example.com:7001/ics/faces/global
    

    OAuthコールバック用のSSL URLは次のようになります。

    https://example.com:7002/icsapis/agent/oauth/callback
    
  17. 「Save」をクリックします。
  18. Google Calendarアプリケーションをコード化します。