캘린더의 메타데이터를 업데이트합니다. 이 메소드는 패치 의미 체계를 지원합니다. 각 패치 요청은 3개의 할당량 단위를 사용합니다. get 뒤에 update을 사용하는 것이 좋습니다. 지정하는 필드 값은 기존 값을 대체합니다. 요청에 지정하지 않은 필드는 변경되지 않습니다. 배열 필드(지정된 경우)는 기존 배열을 덮어씁니다. 이렇게 하면 이전 배열 요소가 삭제됩니다.
지금 사용해 보기
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-01-06(UTC)"],[[["Updates calendar metadata using patch semantics, replacing specified fields while leaving others unchanged."],["Requires authorization with the `https://www.googleapis.com/auth/calendar` scope."],["Uses a PATCH request to the specified calendar ID, which can be the primary calendar or retrieved using `calendarList.list`."],["Array fields, when updated, are entirely overwritten, discarding previous elements."],["Patch requests consume significant quota; using `get` and `update` together is more efficient for most changes."]]],[]]