סקירה כללית על Google Calendar API
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Google Calendar API הוא API מבוסס-REST שאפשר לגשת אליו באמצעות קריאות HTTP מפורשות או באמצעות ספריות הלקוח של Google. ה-API חושף את רוב התכונות שזמינות בממשק האינטרנט של יומן Google.
ריכזנו כאן רשימה של מונחים נפוצים שקשורים ל-Google Calendar API:
- אירוע
- אירוע ביומן שמכיל מידע כמו הכותרת, שעת ההתחלה ושעת הסיום והמשתתפים. אירועים יכולים להיות אירועים חד-פעמיים או אירועים חוזרים. אירוע מיוצג על ידי משאב Event.
- יומן
- אוסף של אירועים. לכל יומן יש מטא-נתונים משויכים, כמו תיאור היומן או אזור הזמן שמוגדר כברירת מחדל ביומן. המטא-נתונים של יומן יחיד מיוצגים על ידי משאב יומן.
- רשימת היומנים
- רשימה של כל היומנים ברשימת היומנים של המשתמש בממשק המשתמש של היומן. הנתונים של יומן יחיד שמופיע ברשימת היומנים מיוצגים על ידי משאב CalendarListEntry.
המטא-נתונים האלה כוללים מאפיינים ספציפיים למשתמש של היומן, כמו הצבע שלו או ההתראות על אירועים חדשים.
- הגדרה
- העדפת משתמש מממשק המשתמש של היומן, כמו אזור הזמן של המשתמש. העדפת משתמש יחידה מיוצגת על ידי Setting Resource.
- ACL
- כלל בקרת גישה שמעניק למשתמש (או לקבוצת משתמשים) רמת גישה מסוימת ליומן. כלל בקרת גישה יחיד מיוצג על ידי משאב ACL.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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) |"]]