Calendars
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ উপস্থাপনা
{
"kind": "calendar#calendar",
"etag": etag,
"id": string,
"summary": string,
"description": string,
"location": string,
"timeZone": string,
"conferenceProperties": {
"allowedConferenceSolutionTypes": [
string
]
}
}
সম্পত্তির নাম | মান | বর্ণনা | নোট |
---|
conferenceProperties | nested object | এই ক্যালেন্ডারের জন্য কনফারেন্সিং বৈশিষ্ট্য, উদাহরণস্বরূপ কি ধরনের সম্মেলন অনুমোদিত। | |
conferenceProperties. allowedConferenceSolutionTypes[] | list | এই ক্যালেন্ডারের জন্য সমর্থিত সম্মেলন সমাধানের ধরন। সম্ভাব্য মান হল: -
"eventHangout" -
"eventNamedHangout" -
"hangoutsMeet" ঐচ্ছিক। | |
description | string | ক্যালেন্ডারের বর্ণনা। ঐচ্ছিক। | লিখনযোগ্য |
etag | etag | সম্পদের ETag. | |
id | string | ক্যালেন্ডারের শনাক্তকারী। আইডি পুনরুদ্ধার করতে calendarList.list() পদ্ধতিতে কল করুন। | |
kind | string | সম্পদের প্রকার (" calendar#calendar ")। | |
location | string | ফ্রি-ফর্ম টেক্সট হিসাবে ক্যালেন্ডারের ভৌগলিক অবস্থান। ঐচ্ছিক। | লিখনযোগ্য |
summary | string | ক্যালেন্ডারের শিরোনাম। | লিখনযোগ্য |
timeZone | string | ক্যালেন্ডারের সময় অঞ্চল। (আইএএনএ টাইম জোন ডেটাবেস নাম হিসাবে ফর্ম্যাট করা হয়েছে, যেমন "ইউরোপ/জুরিখ"।) ঐচ্ছিক। | লিখনযোগ্য |
পদ্ধতি
- পরিষ্কার
- একটি প্রাথমিক ক্যালেন্ডার সাফ করে। এই ক্রিয়াকলাপটি একটি অ্যাকাউন্টের প্রাথমিক ক্যালেন্ডারের সাথে যুক্ত সমস্ত ইভেন্ট মুছে দেয়৷
- মুছে ফেলুন
- একটি সেকেন্ডারি ক্যালেন্ডার মুছে দেয়। প্রাথমিক ক্যালেন্ডারে সমস্ত ইভেন্ট সাফ করার জন্য calendars.clear ব্যবহার করুন।
- পেতে
- একটি ক্যালেন্ডারের জন্য মেটাডেটা প্রদান করে।
- সন্নিবেশ
- একটি সেকেন্ডারি ক্যালেন্ডার তৈরি করে।
- প্যাচ
- একটি ক্যালেন্ডারের জন্য মেটাডেটা আপডেট করে। এই পদ্ধতি প্যাচ শব্দার্থবিদ্যা সমর্থন করে. মনে রাখবেন যে প্রতিটি প্যাচ অনুরোধ তিনটি কোটা ইউনিট ব্যবহার করে; একটি
update
দ্বারা অনুসরণ get
একটি ব্যবহার পছন্দ. আপনি যে ক্ষেত্রের মানগুলি নির্দিষ্ট করেছেন তা বিদ্যমান মানগুলিকে প্রতিস্থাপন করে। যে ক্ষেত্রগুলি আপনি অনুরোধে নির্দিষ্ট করেননি সেগুলি অপরিবর্তিত থাকে৷ অ্যারে ক্ষেত্র, যদি নির্দিষ্ট করা থাকে, বিদ্যমান অ্যারেগুলি ওভাররাইট করুন; এটি কোনো পূর্ববর্তী অ্যারে উপাদান বাতিল করে। - আপডেট
- একটি ক্যালেন্ডারের জন্য মেটাডেটা আপডেট করে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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,["# Calendars\n\nA collection of all existing calendars. See also [Calendars vs CalendarList](/workspace/calendar/api/concepts/events-calendars#calendar_and_calendar_list).\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```text\n{\n \"kind\": \"calendar#calendar\",\n \"etag\": etag,\n \"id\": string,\n \"summary\": string,\n \"description\": string,\n \"location\": string,\n \"timeZone\": string,\n \"conferenceProperties\": {\n \"allowedConferenceSolutionTypes\": [\n string\n ]\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------------------------------------------------|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|\n| `conferenceProperties` | `nested object` | Conferencing properties for this calendar, for example what types of conferences are allowed. | |\n| conferenceProperties.`allowedConferenceSolutionTypes[]` | `list` | The types of conference solutions that are supported for this calendar. The possible values are: - `\"eventHangout\"` - `\"eventNamedHangout\"` - `\"hangoutsMeet\"` Optional. \u003cbr /\u003e | |\n| `description` | `string` | Description of the calendar. Optional. | writable |\n| `etag` | `etag` | ETag of the resource. | |\n| `id` | `string` | Identifier of the calendar. To retrieve IDs call the [calendarList.list()](/calendar/v3/reference/calendarList/list) method. | |\n| `kind` | `string` | Type of the resource (\"`calendar#calendar`\"). | |\n| `location` | `string` | Geographic location of the calendar as free-form text. Optional. | writable |\n| `summary` | `string` | Title of the calendar. | writable |\n| `timeZone` | `string` | The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. \"Europe/Zurich\".) Optional. | writable |\n\nMethods\n-------\n\n[clear](/workspace/calendar/api/v3/reference/calendars/clear)\n: Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.\n\n[delete](/workspace/calendar/api/v3/reference/calendars/delete)\n: Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.\n\n[get](/workspace/calendar/api/v3/reference/calendars/get)\n: Returns metadata for a calendar.\n\n[insert](/workspace/calendar/api/v3/reference/calendars/insert)\n: Creates a secondary calendar.\n\n[patch](/workspace/calendar/api/v3/reference/calendars/patch)\n: Updates metadata for a calendar. This method supports patch semantics. Note that each patch request consumes three quota units; prefer using a `get` followed by an `update`. The field values you specify replace the existing values. Fields that you don't specify in the request remain unchanged. Array fields, if specified, overwrite the existing arrays; this discards any previous array elements.\n\n[update](/workspace/calendar/api/v3/reference/calendars/update)\n: Updates metadata for a calendar."]]