Stay organized with collections
Save and categorize content based on your preferences.
Updates a calendar resource.
This 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.
HTTP request
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Updates a specified calendar resource with patch semantics, preserving unmodified fields."],["Requires providing the customer ID and calendar resource ID in the request URL."],["The request body should contain the desired updates in a CalendarResource object format."],["Successful responses return the updated CalendarResource object."],["Authorization requires specific OAuth scopes related to calendar resource management."]]],[]]