| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| online_meeting_id |
Identifier of the online meeting session (e.g. from a video conferencing provider), when applicable. |
globally unique identifier | |
| online_meeting_user_id |
Identifier of the online meeting provider account/user that organized the session. |
globally unique identifier | |
| meeting_type_id |
Foreign key of the type of this meeting (see ). |
globally unique identifier | |
| company_id |
Foreign key of the company this meeting is with. |
globally unique identifier | |
| date_start |
Date and time this meeting starts. |
date | |
| date_end |
Date and time this meeting ends. |
date | |
| subject |
Subject/title of this meeting. |
string | |
| description |
Free-text description/agenda of this meeting. |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |