所有現有日曆的集合。另請參閱日曆與 CalendarList 的比較。
如需本資源的方法清單,請見本頁結尾。
資源表示法
{
  "kind": "calendar#calendar",
  "etag": etag,
  "id": string,
  "summary": string,
  "description": string,
  "location": string,
  "timeZone": string,
  "dataOwner": string,
  "conferenceProperties": {
    "allowedConferenceSolutionTypes": [
      string
    ]
  }
}| 屬性名稱 | 值 | 說明 | 附註 | 
|---|---|---|---|
| conferenceProperties | nested object | 這個日曆的會議屬性,例如允許的會議類型。 | |
| conferenceProperties.allowedConferenceSolutionTypes[] | list | 這個日曆支援的會議解決方案類型。 可能的值包括: 
 | |
| dataOwner | string | 日曆擁有者的電子郵件地址。僅適用於次要日曆。唯讀。 | |
| description | string | 日曆說明。選用項目。 | 可寫入 | 
| etag | etag | 資源的 ETag。 | |
| id | string | 日曆的 ID。如要擷取 ID,請呼叫 calendarList.list() 方法。 | |
| kind | string | 資源類型 (「 calendar#calendar」)。 | |
| location | string | 日曆的地理位置,以自由格式文字表示。選用項目。 | 可寫入 | 
| summary | string | 日曆標題。 | 可寫入 | 
| timeZone | string | 日曆的時區。(格式為 IANA 時區資料庫名稱,例如「Europe/Zurich」)。選用項目。 | 可寫入 |