| ExternalEvent_id | Primary key | PK | No |
| eventEnabled | Is the event enabled | Bool | No |
| eventDate | Dateof the event; publishing/visibility dates are in Publish, and restrictions are in AudienceVisibility | DateTime | No |
| parentTable | The thing, that has now become an Event | TableNumber | No |
| parentRecord | The thing, that has now become an Event | RecordId | No |
| signOn | Is Sign On functionality enabled | Bool | No |
| signOnTaskEnable | If not 0, a task should be created when the external user Signs On to an event | Bool | No |
| signOnTaskId | If not 0, sign on should cause an Activity of this type to be registered | FK Task | No |
| signOnAssocId | If 0, the signOn Activity should go into the persons Our Contact; if not 0, this is the Associate whose diary should get the activity | FK associate | No |
| signOnTextId | If not 0, the given text should be entered into the appointment | FK text | No |
| signOnConfTextId | If not 0, the given text should be shown as a confirmation text before accpting Sign On | FK text | No |
| signOnTriggersAssign | If 1, the SignOn task should be created as an Assigned task, triggering the invitation dialog | Bool | No |
| signOff | Is Sign Off functionality enabled | Bool | No |
| signOffTaskEnable | If not 0, a task should be created when the external user Signs Off an event | Bool | No |
| signOffTaskId | If not 0, sign off should cause an Activity of this type to be registered | FK Task | No |
| signOffAssocId | If 0, the signOn Activity should go into the persons Our Contact; if not 0, this is the Associate whose diary should get the activity | FK associate | No |
| signOffTextId | If not 0, the given text should be shown as a confirmation text before accpting Sign Off | FK text | No |
| signOffConfTextId | If not 0, the given text should be shown as a confirmation text before accpting Sign Off | FK text | No |
| signOffTriggersAssign | If 1, the SignOff task should be created as an Assigned task, triggering the invitation dialog | Bool | No |
| registered | Registered when | UtcDateTime | No |
| registered_associate_id | Registered by whom | FK associate | No |
| updated | Last updated when | UtcDateTime | No |
| updated_associate_id | Last updated by whom | FK associate | No |
| updatedCount | Number of updates made to this record | UShort | No |