Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Aggiorna una risorsa di calendario.
Questo metodo supporta la semantica delle patch, il che significa che devi includere solo i campi che vuoi aggiornare. I campi non presenti nella richiesta verranno conservati.
Richiesta HTTP
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}
L'ID univoco dell'account Google Workspace del cliente. In qualità di amministratore dell'account, puoi anche utilizzare l'alias my_customer per rappresentare l'ID cliente del tuo account.
calendarResourceId
string
L'ID univoco della risorsa di calendario da aggiornare.
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di CalendarResource.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di CalendarResource.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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)."]]