B1NotifyActivityFeedSchedules
- Defines the notification schedule for holiday ActivityFeed alerts,
* specifying the start time and the ActivityFeed IDs for the day before and the day of the event.
| Property | Type | Description | Metadata |
|---|---|---|---|
| StartTime | int32 | Start time of the notification window in HHMM format (0 to 2359). Notifications are sent within StartTime ~ StartTime+30min. | Category: B1NotifyActivityFeedSchedules ClampMax: 2359 ClampMin: 0 |
| PredayActivityFeedId | FName | ActivityFeed ID to send notification on the day before this event. | Category: B1NotifyActivityFeedSchedules Foreign: ActivityFeed.Id |
| TodayActivityFeedId | FName | ActivityFeed ID to send notification on the day of this event. | Category: B1NotifyActivityFeedSchedules Foreign: ActivityFeed.Id |