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 |
日曆的 ID。如要擷取 ID,請呼叫 calendarList.list() 方法。 |
|
kind |
string |
資源類型 (「calendar#calendar 」)。 |
|
location |
string |
日曆的地理位置,以任意形式顯示。選填。 |
可寫入
|
summary |
string |
日曆的標題。 |
可寫入
|
timeZone |
string |
日曆的時區。(格式為 IANA 時區資料庫名稱,例如「歐洲/蘇黎世」)。選填。 |
可寫入
|
方法
- 更清楚
- 清除主要日曆。這項作業會刪除與帳戶主要日曆相關的所有活動,
- 刪除
- 刪除次要日曆。使用 calendar.clear 可清除主日曆上的所有活動。
- 取得
- 傳回日曆的中繼資料。
- 插入
- 建立次要日曆。
- 修補程式
- 更新日曆的中繼資料。這個方法支援 patch 語意。請注意,每個修補要求都會耗用三個配額單位;偏好使用
get
,後面加上 update
。您指定的欄位值會取代現有的值。未指定要求中的欄位會維持不變。陣列欄位 (如有指定) 會覆寫現有陣列;就會捨棄先前的所有陣列元素。
- 更新
- 更新日曆的中繼資料。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["This page provides a comprehensive collection of all existing Google Calendars, including their resource representations."],["Developers can access detailed information about each calendar, such as its identifier, summary, description, location, and time zone."],["It also outlines the available methods for interacting with calendars, including creating, deleting, updating, and retrieving calendar data."],["The resource representation includes properties like `conferenceProperties` to define allowed conference types for a calendar."],["A table details each property, its data type, description, and whether it's writable, aiding developers in understanding the data structure."]]],[]]