Method: resources.calendars.get

カレンダー リソースを取得します。

HTTP リクエスト

GET https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
customer

string

顧客の Google Workspace アカウントの一意の ID。アカウント管理者は、my_customer エイリアスを使用してアカウントのお客様 ID を表すこともできます。

calendarResourceId

string

取得するカレンダー リソースの一意の ID。

リクエスト本文

リクエストの本文は空にする必要があります。

レスポンスの本文

成功した場合、レスポンスの本文には CalendarResource のインスタンスが含まれます。

認可スコープ

次の OAuth スコープのいずれかが必要です。

  • https://apps-apis.google.com/a/feeds/calendar/resource/
  • https://www.googleapis.com/auth/admin.directory.resource.calendar
  • https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly

詳しくは、認可ガイドをご覧ください。