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 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-22 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","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"]],["上次更新時間:2024-08-22 (世界標準時間)。"]]