DisplayCalendarオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.6 |
since | 8.0.3 |
Google カレンダー表示情報を保持するモデルクラスです。
var displayCalendar = { description : String, // 説明 endDate : DateTime, // 終了日時 endDateTimeZoneId : String, // 終了日時のタイムゾーン ID icalUID : String, // iCalendar UID id : String, // Google EVENT の ID isAllDay : Boolean, // 終日予定であるかどうかの真偽値 (true:終日である/false:終日でない) joinUser : String, // 参加予定者の文字列 place : String, // 場所 registerDate : DateTime, // 登録日時 registerUserName : String, // 登録ユーザ名 startDate : DateTime, // 開始日時 startDateTimeZoneId : String, // 開始日時のタイムゾーン ID timeZoneId : String, // カレンダーのタイムゾーン ID title : String, // タイトル updateDate : DateTime // 更新日時 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
String | description 説明 |
|
DateTime | endDate 終了日時 |
|
String | endDateTimeZoneId 終了日時のタイムゾーン ID |
|
String | icalUID iCalendar UID |
|
String | id Google EVENT の ID |
|
Boolean | isAllDay 終日予定であるかどうかの真偽値 ( true :終日である/false :終日でない)
|
|
String | joinUser 参加予定者の文字列 |
|
String | place 場所 |
|
DateTime | registerDate 登録日時 |
|
String | registerUserName 登録ユーザ名 |
|
DateTime | startDate 開始日時 |
|
String | startDateTimeZoneId 開始日時のタイムゾーン ID |
|
String | timeZoneId カレンダーのタイムゾーン ID |
|
String | title タイトル |
|
DateTime | updateDate 更新日時 |
プロパティの詳細
String description
説明
|
DateTime endDate
終了日時
|
String endDateTimeZoneId
終了日時のタイムゾーン ID
終了日時に個別指定がない場合はカレンダーのタイムゾーン ID となります。 |
String icalUID
iCalendar UID
iCalendar 形式における UID です。繰り返し予定で紐づく各個別予定は同一の値となります。 |
String id
Google EVENT の ID
Google の EVENT (個別の予定)を一意に識別する ID です。 |
Boolean isAllDay
終日予定であるかどうかの真偽値 (
true :終日である/false :終日でない)
|
String joinUser
参加予定者の文字列
ゲストの表示名もしくはメールアドレスのカンマ連結文字列です。 参加・不参加・未回答にかかわらずすべての追加ゲストが対象です。 |
String place
場所
|
DateTime registerDate
登録日時
|
String registerUserName
登録ユーザ名
|
DateTime startDate
開始日時
|
String startDateTimeZoneId
開始日時のタイムゾーン ID
開始日時に個別指定がない場合はカレンダーのタイムゾーン ID となります。 |
String timeZoneId
カレンダーのタイムゾーン ID
Google カレンダーで設定されているデフォルトのタイムゾーン ID です。 |
String title
タイトル
|
DateTime updateDate
更新日時
|