Skip to main content

B1CalendarEventInfo

  • Holds runtime information about a single calendar event instance,
    * including its ID, type, owner entity, time window, and site location.
PropertyTypeDescriptionMetadata
CalendarEventIdFNameIdentifier of this calendar event.
OwnerEntityIdFB1EntityIdEntity ID of the owner associated with this event.
CalendarEventTypeEB1CalendarEventTypeType classification of this calendar event.
CalendarEventStartTimeFDateTimeStart date and time of this calendar event.
CalendarEventEndTimeFDateTimeEnd date and time of this calendar event.
SiteIdFNameIdentifier of the site where this event occurs.
CustomEventNameFStringCustom event name set by the user (used for SocialEvent). Empty means use default name from TableRow.
ParticipantEntityIdsTArrayEntity IDs of household members participating in this event (sorted by age, used for SocialEvent).