Googleカレンダーコネクターカードのスコープ

Googleカレンダーコネクターは、スコープ付きOAuth 2.0アクセストークンを使用して、Google APIにアクセスします。各アクセストークンは、ベアラーが特定のGoogleエンドポイントで特定のアクションを実行することを可能にします。アクセストークンに含まれるスコープは、これらのアクションを実行する機能を制御します。

Googleコネクターで使用するイベントカードとアクションカードのそれぞれに必要なスコープを付与します。

既存の接続にスコープの変更を反映させるには、接続を再承認する必要があります。

Google開発者ドキュメントのOAuth 2.0 スコープトピックが、利用可能なスコープすべてを詳細に説明しています。

イベントカード

Googleコネクターのイベントカードは、以下の表に示されているスコープを必要とします。

コネクターカード

必要なスコープ

新規イベントの監視

https://www.googleapis.com/auth/calendar

Or

https://www.googleapis.com/auth/calendar.readonly

更新されたイベントの監視

https://www.googleapis.com/auth/calendar

Or

https://www.googleapis.com/auth/calendar.readonly

アクションカード

Googleカレンダーコネクターのアクションカードは、以下の表に示されているスコープを必要とします。

コネクターカード

必要なスコープ

Calendarへのユーザーの追加

https://www.googleapis.com/auth/calendar

新規イベントの作成

https://www.googleapis.com/auth/calendar

リマインダーの作成

https://www.googleapis.com/auth/calendar.events

移行リクエストの作成

https://www.googleapis.com/auth/admin.directory.user.readonly

https://www.googleapis.com/auth/admin.datatransfer

Custom API Action

APIエンドポイントに必要なスコープ。

イベントの削除

https://www.googleapis.com/auth/calendar

Or

https://www.googleapis.com/auth/calendar.events

空き時間帯の確認

https://www.googleapis.com/auth/calendar

Or

https://www.googleapis.com/auth/calendar.readonly

イベントの移動

https://www.googleapis.com/auth/calendar

Or

https://www.googleapis.com/auth/calendar.events

すべてのカレンダーの読み取り

https://www.googleapis.com/auth/calendar

Or

https://www.googleapis.com/auth/calendar.readonly

空き時間帯の読み取り

https://www.googleapis.com/auth/calendar

Or

https://www.googleapis.com/auth/calendar.readonly

イベント情報の読み取り

以下のいずれか:

https://www.googleapis.com/auth/calendar

https://www.googleapis.com/auth/calendar.readonly

https://www.googleapis.com/auth/calendar.events

https://www.googleapis.com/auth/calendar.events.readonly

移行リクエストの読み取り

https://www.googleapis.com/auth/admin.datatransfer

https://www.googleapis.com/auth/admin.directory.user.readonly

カレンダーからのユーザーの削除

https://www.googleapis.com/auth/calendar

イベントの検索

以下のいずれか:

https://www.googleapis.com/auth/calendar

https://www.googleapis.com/auth/calendar.readonly

https://www.googleapis.com/auth/calendar.events

https://www.googleapis.com/auth/calendar.events.readonly

ルームの検索

https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly

移行リクエストの検索

https://www.googleapis.com/auth/admin.datatransfer

https://www.googleapis.com/auth/admin.directory.user.readonly

イベントの更新

https://www.googleapis.com/auth/calendar

関連項目

Google Calendarコネクター

Workflows要素

Google Calendar APIのドキュメント