সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ক্যালেন্ডার এপিআই বিভিন্ন ধারণা অফার করে যা প্রাথমিকভাবে Google Workspace গ্রাহকদের জন্য উপযোগী। এই গ্রাহকদের প্রায়শই সংস্থান থাকে - রুম, প্রজেক্টর এবং আরও অনেক কিছু - যাতে তারা নির্দিষ্ট ইভেন্টের জন্য বুক করতে চাইতে পারে। উপরন্তু, একটি ডোমেনের সমস্ত ব্যবহারকারী ক্যালেন্ডারে অ্যাক্সেসের প্রয়োজন এমন অভ্যন্তরীণ অ্যাপ্লিকেশনগুলি তৈরি করা সাধারণ, উদাহরণস্বরূপ সেগুলিতে কর্পোরেট ইভেন্টগুলি যোগ করা।
ডোমেন সম্পদ এবং রুম
আপনি তাদের ইমেল ঠিকানা ব্যবহার করে উপস্থিতি হিসাবে ইভেন্টগুলিতে যোগ করে সংস্থান এবং রুম বুক করতে পারেন। যখন তারা আমন্ত্রণ পান, তখন আমন্ত্রণকারী ব্যবহারকারীর প্রাপ্যতা এবং অ্যাক্সেসের অধিকারের উপর ভিত্তি করে তারা স্বয়ংক্রিয়ভাবে ইভেন্টটি গ্রহণ বা প্রত্যাখ্যান করে।
একটি অ্যাপ হিসাবে ডোমেন ক্যালেন্ডার অ্যাক্সেস করা
একটি অ্যাপ ব্যবহারকারীর শংসাপত্রের প্রয়োজন ছাড়াই ডোমেনের মালিকানাধীন ক্যালেন্ডার অ্যাক্সেস করতে পারে যদি এটি একটি পরিষেবা অ্যাকাউন্ট ব্যবহার করে প্রমাণীকরণ করে। ডোমেইন-ওয়াইড অথরিটি ডেলিগেশন ব্যবহার করে পরিষেবা অ্যাকাউন্টের প্রয়োজনীয় অ্যাক্সেস থাকতে হবে। ব্যবহারকারীর অ্যাকাউন্টের ছদ্মবেশী করার জন্য, GoogleCredential কারখানার setServiceAccountUser পদ্ধতির সাথে ব্যবহারকারীর অ্যাকাউন্টের ইমেল ঠিকানা উল্লেখ করুন।
[[["সহজে বোঝা যায়","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-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Domain resources, rooms & calendars\n\nCalendar API offers several concepts that are primarily useful for\n[Google Workspace](https://workspace.google.com/)\ncustomers. These customers often have\nresources---rooms, projectors, and so forth---that they may wish to\nbook for specific events. Furthermore, it's common to build internal apps that\nneed access to all user calendars in a domain, for example to add corporate\nevents to them.\n\nDomain resources \\& rooms\n-------------------------\n\nYou can book resources and rooms by adding them to events as attendees, using\ntheir email address. When they receive the invitation, they automatically\naccept or decline the event based on the availability and access right of the\ninviting user.\n| **Note:** The Calendar API does not offer a way to create resource calendars. To do this, you need to use the Directory API's [Calendar Resource](/workspace/admin/directory/reference/rest/v1/resources.calendars) object. The calendarId corresponds to the resourceEmail field of the Calendar Resource representation.\n\nAccessing domain calendars as an app\n------------------------------------\n\nAn app can access domain-owned calendars without requiring\nuser credentials if it authenticates using a [service\naccount](/identity/protocols/OAuth2ServiceAccount). The service account must\nhave the necessary access using [domain-wide authority\ndelegation](/identity/protocols/OAuth2ServiceAccount#delegatingauthority). In\norder to impersonate a user account, specify the email address of the user\naccount with the `setServiceAccountUser` method of the `GoogleCredential`\nfactory."]]