Calendars

A collection of all existing calendars. See also Calendars vs CalendarList.既存のカレンダーすべてのコレクション。カレンダーvsカレンダーリストも参照してください。

For a list of methods for this resource, see the end of this page.このリソースのメソッドのリストについては、このページの終わりを参照してください。

Resource representationsリソース表現

{
  "kind": "calendar#calendar",
  "etag": etag,
  "id": string,
  "summary": string,
  "description": string,
  "location": string,
  "timeZone": string,
  "conferenceProperties": {
    "allowedConferenceSolutionTypes": [
      string
    ]
  }
}
Property nameプロパティ名 Value Description説明 Notesノート
conferenceProperties nested object Conferencing properties for this calendar, for example what types of conferences are allowed.許可されている会議の種類など、このカレンダーの会議プロパティ。
conferenceProperties.allowedConferenceSolutionTypes[] list The types of conference solutions that are supported for this calendar.

The possible values are:

  • "eventHangout"
  • "eventNamedHangout"
  • "hangoutsMeet" "eventHangout"
  • "eventNamedHangout"
  • "hangoutsMeet"
Optional.

description string Description of the calendar. Optional.カレンダーの説明 オプションです。 writable 書き込み可能
etag etag ETag of the resource.リソースのETag。
id string Identifier of the calendar. To retrieve IDs call the calendarList.list() method.カレンダーの識別子 IDを取得するには、calendarList.list()メソッドを呼び出します。
kind string Type of the resource ("calendar#calendar").リソースの種類( " calendar#calendar")。
location string Geographic location of the calendar as free-form text. Optional.自由形式のテキストとしてのカレンダーの地理的位置。オプションです。 writable 書き込み可能
summary string Title of the calendar.カレンダーのタイトル writable 書き込み可能
timeZone string The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.カレンダーのタイムゾーン。(IANAタイムゾーンデータベース名としてフォーマットされます、例えば "Europe / Zurich")。オプション。 writable 書き込み可能

Methods方法

clearクリア
Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.プライマリカレンダーを消去します。この操作は、アカウントのプライマリカレンダーに関連付けられているすべてのイベントを削除します。
delete削除する
Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.二次カレンダーを削除します。プライマリカレンダーのすべての予定を消去するには、calendars.clearを使用します。
get取得する
Returns metadata for a calendar.カレンダーのメタデータを返します。
insertインサート
Creates a secondary calendar.二次カレンダーを作成します。
patchパッチ
Updates metadata for a calendar. This method supports patch semantics.カレンダーのメタデータを更新します。このメソッドはパッチのセマンティクスをサポートしています。
update更新
Updates metadata for a calendar.カレンダーのメタデータを更新します。

関連記事

スポンサーリンク

prototype.jsとは

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る