Google Calendar API की खास जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Calendar API एक RESTful API है. इसे साफ़ तौर पर एचटीटीपी कॉल करके या Google क्लाइंट लाइब्रेरी का इस्तेमाल करके ऐक्सेस किया जा सकता है. एपीआई, Google Calendar के वेब इंटरफ़ेस में उपलब्ध ज़्यादातर सुविधाओं को दिखाता है.
Google Calendar API में इस्तेमाल होने वाले सामान्य शब्दों की सूची यहां दी गई है:
- Event
- कैलेंडर में मौजूद कोई इवेंट. इसमें टाइटल, शुरू और खत्म होने का समय, और मेहमानों के बारे में जानकारी होती है. इवेंट, सिंगल इवेंट या बार-बार होने वाले इवेंट हो सकते हैं. किसी इवेंट को इवेंट रिसॉर्स के तौर पर दिखाया जाता है.
- Calendar
- इवेंट का कलेक्शन. हर कैलेंडर से जुड़ा मेटाडेटा होता है. जैसे, कैलेंडर की जानकारी या कैलेंडर का डिफ़ॉल्ट समय क्षेत्र. किसी एक कैलेंडर का मेटाडेटा, कैलेंडर संसाधन के तौर पर दिखाया जाता है.
- कैलेंडर की सूची
- Calendar के यूज़र इंटरफ़ेस (यूआई) में, उपयोगकर्ता के कैलेंडर की सूची में मौजूद सभी कैलेंडर की सूची. कैलेंडर की सूची में दिखने वाले किसी एक कैलेंडर का मेटाडेटा, CalendarListEntry संसाधन के ज़रिए दिखाया जाता है.
इस मेटाडेटा में, कैलेंडर की उपयोगकर्ता के हिसाब से तय की गई प्रॉपर्टी शामिल होती हैं. जैसे, इसका रंग या नए इवेंट के लिए सूचनाएं.
- सेटिंग
- Calendar के यूज़र इंटरफ़ेस (यूआई) से मिली उपयोगकर्ता की प्राथमिकता, जैसे कि उपयोगकर्ता का टाइम ज़ोन. उपयोगकर्ता की किसी एक प्राथमिकता को सेटिंग रिसॉर्स के तौर पर दिखाया जाता है.
- ACL
- ऐक्सेस कंट्रोल करने का एक ऐसा नियम जो किसी उपयोगकर्ता (या उपयोगकर्ताओं के ग्रुप) को कैलेंडर का ऐक्सेस देता है. ऐक्सेस कंट्रोल के एक नियम को ACL
resource से दिखाया जाता है.
Google Workspace API का इस्तेमाल करके डेवलपमेंट करने के बारे में जानने के लिए, Google Workspace डेवलपर के तौर पर शुरुआत करना लेख पढ़ें. इसमें पुष्टि करने और अनुमति देने की प्रोसेस को मैनेज करने के बारे में भी बताया गया है.
Google Calendar API का इस्तेमाल करके, कोई सामान्य ऐप्लिकेशन कॉन्फ़िगर करने और उसे चलाने का तरीका जानने के लिए, क्विकस्टार्ट की खास जानकारी पढ़ें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[],[],null,["# Google Calendar API overview\n\nThe Google Calendar API is a RESTful API that can be accessed through explicit HTTP\ncalls or using the Google Client Libraries. The API exposes most of the features\navailable in the Google Calendar Web interface.\n\nFollowing is a list of common terms used in the Google Calendar API:\n\n*[Event](/workspace/calendar/v3/reference/events)*\n: An event on a calendar containing information such as the title, start and end\n times, and attendees. Events can be either single events or [recurring\n events](/workspace/calendar/concepts/events-calendars#recurring_events). An event is\n represented by an\n [Event resource](/workspace/calendar/v3/reference/events#resource-representations).\n\n*[Calendar](/workspace/calendar/v3/reference/calendars)*\n: A collection of events. Each calendar has associated metadata, such as\n calendar description or default calendar time zone. The metadata for a single\n calendar is represented by a\n [Calendar resource](/workspace/calendar/v3/reference/calendars).\n\n*[Calendar List](/workspace/calendar/v3/reference/calendarList)*\n: A list of all calendars on a user's calendar list in the Calendar UI. The\n metadata for a single calendar that appears on the calendar list is represented\n by a\n [CalendarListEntry resource](/workspace/calendar/v3/reference/calendarList).\n This metadata includes user-specific properties of the calendar, such\n as its color or notifications for new events.\n\n*[Setting](/workspace/calendar/v3/reference/settings)*\n: A user preference from the Calendar UI, such as the user's\n time zone. A single user preference is represented by a\n [Setting Resource](/workspace/calendar/v3/reference/settings).\n\n*[ACL](/workspace/calendar/v3/reference/acl)*\n: An access control rule granting a user (or a group of users) a specified level\n of access to a calendar. A single access control rule is represented by an [ACL\n resource](/workspace/calendar/v3/reference/acl).\n\nRelated topics\n--------------\n\n- To learn about developing with Google Workspace APIs, including handling\n authentication and authorization, refer\n to\n [Get started as a Google Workspace developer](/workspace/guides/getstarted-overview).\n\n- To learn how to configure and run a simple Google Calendar API app, read the\n [Quickstarts overview](/workspace/calendar/quickstarts-overview).\n\n|---|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | Want to see the Google Calendar API in action? The Google Workspace Developers channel offers videos about tips, tricks, and the latest features. [Subscribe now](https://www.youtube.com/channel/UCUcg6az6etU_gRtZVAhBXaw) |"]]