Method: resources.calendars.update
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ক্যালেন্ডার সম্পদ আপডেট করে।
এই পদ্ধতিটি প্যাচ শব্দার্থবিদ্যাকে সমর্থন করে, যার অর্থ আপনি যে ক্ষেত্রগুলি আপডেট করতে চান তা অন্তর্ভুক্ত করতে হবে। অনুরোধে উপস্থিত নয় এমন ক্ষেত্রগুলি সংরক্ষণ করা হবে।
HTTP অনুরোধ
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
customer | string গ্রাহকের Google Workspace অ্যাকাউন্টের জন্য অনন্য আইডি। একজন অ্যাকাউন্ট প্রশাসক হিসাবে, আপনি আপনার অ্যাকাউন্টের গ্রাহক আইডি উপস্থাপন করতে my_customer alias ব্যবহার করতে পারেন। |
calendarResourceId | string আপডেট করার জন্য ক্যালেন্ডার রিসোর্সের অনন্য আইডি। |
শরীরের অনুরোধ
অনুরোধের মূল অংশে CalendarResource
একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে CalendarResource
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://apps-apis.google.com/a/feeds/calendar/resource/
-
https://www.googleapis.com/auth/admin.directory.resource.calendar
আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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)."]]