RepeatEventオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.19 |
since | 8.0.0 |
定期イベント情報を保持するクラスです。
var repeatEvent = { attachFiles : UploadFile[], // 添付ファイル customItem : CustomItemValue[], // 拡張項目値 customItemOptionValues : CustomItemOptionValue[], // 拡張項目選択値 description : String, // 説明 isEditable4Participant : Boolean, // 参加者編集 isGoingout : Boolean, // 外出予定 isPrivateAttachFile : Boolean, // 添付ファイル公開 isPrivateDescription : Boolean, // 説明公開 isVisitor : Boolean, // 来客予定 key : EventKey, // イベントキー noticeTargetType : NoticeTargetType, // 通知ターゲット participants : String[], // 参加者 personalTags : PersonalTagRelation, // 個人タグ place : String, // 場所 privateType : PrivateType, // 公開種別 reminder : EventReminder, // リマインダ removeFileKeys : FileKey[], // 削除対象の添付ファイルキー repeatKey : RepeatKey, // 繰り返し条件キー selectedLocaleId : String, // 選択ロケールID title : String // タイトル }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
UploadFile[] | attachFiles 添付ファイル |
|
CustomItemValue[] | customItem 拡張項目値 |
|
CustomItemOptionValue[] | customItemOptionValues 拡張項目選択値 |
|
String | description 説明 |
|
Boolean | isEditable4Participant 参加者編集 |
|
Boolean | isGoingout 外出予定 |
|
Boolean | isPrivateAttachFile 添付ファイル公開 |
|
Boolean | isPrivateDescription 説明公開 |
|
Boolean | isVisitor 来客予定 |
|
EventKey | key イベントキー |
|
NoticeTargetType | noticeTargetType 通知ターゲット |
|
String[] | participants 参加者 |
|
PersonalTagRelation | personalTags 個人タグ |
|
String | place 場所 |
|
PrivateType | privateType 公開種別 |
|
EventReminder | reminder リマインダ |
|
FileKey[] | removeFileKeys 削除対象の添付ファイルキー |
|
RepeatKey | repeatKey 繰り返し条件キー |
|
String | selectedLocaleId 選択ロケールID |
|
String | title タイトル |
プロパティの詳細
UploadFile[] attachFiles
添付ファイル
|
CustomItemValue[] customItem
拡張項目値
|
CustomItemOptionValue[] customItemOptionValues
拡張項目選択値
|
String description
説明
|
Boolean isEditable4Participant
参加者編集
|
Boolean isGoingout
外出予定
|
Boolean isPrivateAttachFile
添付ファイル公開
|
Boolean isPrivateDescription
説明公開
|
Boolean isVisitor
来客予定
|
EventKey key
イベントキー
|
NoticeTargetType noticeTargetType
通知ターゲット
|
String[] participants
参加者
|
PersonalTagRelation personalTags
個人タグ
|
String place
場所
|
PrivateType privateType
公開種別
|
EventReminder reminder
リマインダ
|
FileKey[] removeFileKeys
削除対象の添付ファイルキー
|
RepeatKey repeatKey
繰り返し条件キー
|
String selectedLocaleId
選択ロケールID
|
String title
タイトル
|