ScheduleInfoオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.13 |
var scheduleInfo = { attachFiles : UploadFile[], // 添付ファイル customItem : CustomItemValue[], // 拡張項目値 customItemOptionValues : CustomItemOptionValue[], // 拡張項目選択値 description : String, // 説明 endDate : DateTime, // 終了日 facilities : FacilityKey[], // 施設 isEditable4Participant : Boolean, // 参加者編集 isGoingout : Boolean, // 外出予定 isPrivateAttachFile : Boolean, // 添付ファイル公開 isPrivateDescription : Boolean, // 説明公開 isVisitor : Boolean, // 来客予定 key : ScheduleKey, // スケジュールキー noticeTargetType : NoticeTargetType, // 通知ターゲット participants : String[], // 参加者 personalTags : PersonalTagRelation, // 個人タグ place : String, // 場所 privateType : PrivateType, // 公開種別 registerDate : Date, // 登録日を取得します。 registerUser : String, // 登録者を取得します。 reminder : ScheduleReminder, // リマインダ 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 終了日 |
|
FacilityKey[] | facilities 施設 |
|
Boolean | isEditable4Participant 参加者編集 |
|
Boolean | isGoingout 外出予定 |
|
Boolean | isPrivateAttachFile 添付ファイル公開 |
|
Boolean | isPrivateDescription 説明公開 |
|
Boolean | isVisitor 来客予定 |
|
ScheduleKey | key スケジュールキー |
|
NoticeTargetType | noticeTargetType 通知ターゲット |
|
String[] | participants 参加者 |
|
PersonalTagRelation | personalTags 個人タグ |
|
String | place 場所 |
|
PrivateType | privateType 公開種別 |
|
Date | registerDate 登録日を取得します。 |
|
String | registerUser 登録者を取得します。 |
|
ScheduleReminder | 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
終了日
|
FacilityKey[] facilities
施設
|
Boolean isEditable4Participant
参加者編集
|
Boolean isGoingout
外出予定
|
Boolean isPrivateAttachFile
添付ファイル公開
|
Boolean isPrivateDescription
説明公開
|
Boolean isVisitor
来客予定
|
ScheduleKey key
スケジュールキー
|
NoticeTargetType noticeTargetType
通知ターゲット
|
String[] participants
参加者
|
PersonalTagRelation personalTags
個人タグ
|
String place
場所
|
PrivateType privateType
公開種別
|
Date registerDate
登録日を取得します。
|
String registerUser
登録者を取得します。
|
ScheduleReminder reminder
リマインダ
|
FileKey[] removeFileKeys
削除対象の添付ファイルキー
|
RepeatKey repeatKey
繰り返し条件キー
|
String selectedLocaleId
選択ロケールID
|
DateTime startDate
開始日
|
String timezoneId
タイムゾーンID
|
String title
タイトル
|
Date updateDate
更新日を取得します。
|
String updateUser
更新者を取得します。
|