EventInfoオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.13 |
var eventInfo = { attachFiles : UploadFile[], // 添付ファイル customItem : CustomItemValue[], // 拡張項目値 customItemOptionValues : CustomItemOptionValue[], // 拡張項目選択値 description : String, // 説明 endDate : DateTime, // 終了日時 isEditable4Participant : Boolean, // 参加者編集 isGoingout : Boolean, // 外出予定 isPrivateAttachFile : Boolean, // 添付ファイル公開種別 isPrivateDescription : Boolean, // 説明公開種別 isVisitor : Boolean, // 来客予定 key : EventKey, // イベントキー noticeTargetType : NoticeTargetType, // 通知ターゲット participants : String[], // 参加者 personalTags : PersonalTagRelation, // 個人タグ place : String, // 場所 privateType : PrivateType, // 公開種別 registerDate : Date, // 登録日を取得します。 registerUser : String, // 登録者を取得します。 reminder : EventReminder, // リマインダ removeFileKeys : FileKey[], // 削除対象の添付ファイルキー repeatKey : RepeatKey, // 繰り返し条件キー selectedLocaleId : String, // 選択ロケールID startDate : DateTime, // 開始日時 timezoneId : String, // タイムゾーンID title : String, // タイトル updateDate : Date, // 更新日を取得します。 updateUser : String // 更新者を取得します。 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
UploadFile[] | attachFiles 添付ファイル |
|
CustomItemValue[] | customItem 拡張項目値 |
|
CustomItemOptionValue[] | customItemOptionValues 拡張項目選択値 |
|
String | description 説明 |
|
DateTime | endDate 終了日時 |
|
Boolean | isEditable4Participant 参加者編集 |
|
Boolean | isGoingout 外出予定 |
|
Boolean | isPrivateAttachFile 添付ファイル公開種別 |
|
Boolean | isPrivateDescription 説明公開種別 |
|
Boolean | isVisitor 来客予定 |
|
EventKey | key イベントキー |
|
NoticeTargetType | noticeTargetType 通知ターゲット |
|
String[] | participants 参加者 |
|
PersonalTagRelation | personalTags 個人タグ |
|
String | place 場所 |
|
PrivateType | privateType 公開種別 |
|
Date | registerDate 登録日を取得します。 |
|
String | registerUser 登録者を取得します。 |
|
EventReminder | reminder リマインダ |
|
FileKey[] | removeFileKeys 削除対象の添付ファイルキー |
|
RepeatKey | repeatKey 繰り返し条件キー |
|
String | selectedLocaleId 選択ロケールID |
|
DateTime | startDate 開始日時 |
|
String | timezoneId タイムゾーンID |
|
String | title タイトル |
|
Date | updateDate 更新日を取得します。 |
|
String | updateUser 更新者を取得します。 |
プロパティの詳細
UploadFile[] attachFiles
添付ファイル
|
CustomItemValue[] customItem
拡張項目値
|
CustomItemOptionValue[] customItemOptionValues
拡張項目選択値
|
String description
説明
|
DateTime endDate
終了日時
|
Boolean isEditable4Participant
参加者編集
|
Boolean isGoingout
外出予定
|
Boolean isPrivateAttachFile
添付ファイル公開種別
|
Boolean isPrivateDescription
説明公開種別
|
Boolean isVisitor
来客予定
|
EventKey key
イベントキー
|
NoticeTargetType noticeTargetType
通知ターゲット
|
String[] participants
参加者
|
PersonalTagRelation personalTags
個人タグ
|
String place
場所
|
PrivateType privateType
公開種別
|
Date registerDate
登録日を取得します。
|
String registerUser
登録者を取得します。
|
EventReminder reminder
リマインダ
|
FileKey[] removeFileKeys
削除対象の添付ファイルキー
|
RepeatKey repeatKey
繰り返し条件キー
|
String selectedLocaleId
選択ロケールID
|
DateTime startDate
開始日時
|
String timezoneId
タイムゾーンID
|
String title
タイトル
|
Date updateDate
更新日を取得します。
|
String updateUser
更新者を取得します。
|