Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Aktualizuje zasób kalendarza.
Ta metoda obsługuje semantykę poprawki, co oznacza, że musisz uwzględnić tylko te pola, które chcesz zaktualizować. Pola, których nie ma w żądaniu, zostaną zachowane.
Żądanie HTTP
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}
Unikalny identyfikator konta Google Workspace klienta. Jako administrator konta możesz też używać aliasu my_customer do reprezentowania identyfikatora klienta swojego konta.
calendarResourceId
string
Unikalny identyfikator zasobu kalendarza do aktualizacji.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-05-15 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."]]],[]]