Method: resources.calendars.update
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
カレンダー リソースを更新します。
このメソッドはパッチのセマンティクスをサポートしています。つまり、更新するフィールドのみを含める必要があります。リクエストに含まれていないフィールドは保持されます。
HTTP リクエスト
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customer |
string
お客様の Google Workspace アカウントの一意の ID。アカウント管理者は、アカウントのお客様 ID を表す my_customer エイリアスを使用することもできます。
|
calendarResourceId |
string
更新するカレンダー リソースの一意の ID。
|
リクエストの本文
リクエストの本文には CalendarResource
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には CalendarResource
のインスタンスが含まれます。
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://apps-apis.google.com/a/feeds/calendar/resource/
https://www.googleapis.com/auth/admin.directory.resource.calendar
詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Method: resources.calendars.update\n\nUpdates a calendar resource. \n\nThis method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved.\n\n### HTTP request\n\n`PUT https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customer` | `string` The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. |\n| `calendarResourceId` | `string` The unique ID of the calendar resource to update. |\n\n### Request body\n\nThe request body contains an instance of [CalendarResource](/workspace/admin/directory/reference/rest/v1/resources.calendars#CalendarResource).\n\n### Response body\n\nIf successful, the response body contains an instance of [CalendarResource](/workspace/admin/directory/reference/rest/v1/resources.calendars#CalendarResource).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://apps-apis.google.com/a/feeds/calendar/resource/`\n- `\n https://www.googleapis.com/auth/admin.directory.resource.calendar`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]