B1MeetingSchedule
- Defines a time window and an icon for a meeting schedule appointment slot.
* Used to present available appointment times in the mobile message appointment flow.
| Property | Type | Description | Metadata |
|---|---|---|---|
| IconId | FName | ID of the icon texture displayed for this meeting schedule option. | Category: B1MeetingSchedule Foreign: B1Texture2D.Id |
| StartTime | uint32 | In-game start time of this meeting slot in HHmm format. | Category: B1MeetingSchedule |
| EndTime | uint32 | In-game end time of this meeting slot in HHmm format. | Category: B1MeetingSchedule |