calendarevent
Stores details about events scheduled in the calendar, such as meeting times, event types, and associated tasks or reminders for users.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the record. | |
| accesslevel | String | Specifies the access level for the event, such as public or private. | |
| alldayevent | Boolean | Indicates whether the event lasts all day without a specific start and end time. | |
| bom | String | The bill of materials associated with the record. | |
| bomrevision | String | The specific revision of the bill of materials. | |
| company | String | The company associated with the event or transaction. | |
| completeddate | Date | The date when the event or process was completed. | |
| contact | String | The contact person associated with the record. | |
| createddate | Date | The date when the record was created. | |
| externalid | String | A unique external identifier for referencing the record in external systems. | |
| lastmodifieddate | Date | The date when the record was last modified. | |
| location | String | The physical or virtual location where the event or transaction occurred. | |
| message | String | A message or note related to the record. | |
| mfgrouting | String | The manufacturing routing associated with the item or process. | |
| organizer | String | The individual or entity organizing the event. | |
| owner | String | The person responsible for managing the record. | |
| relateditem | String | An item related to the event or transaction. | |
| reminderminutes | String | The number of minutes before the event when a reminder should be sent. | |
| remindertype | String | Specifies the type of reminder, such as email or popup notification. | |
| startdate | Date | The date when the event or process begins. | |
| status | String | The current status of the record, such as active or completed. | |
| supportcase | String | The support case associated with the event or transaction. | |
| timedevent | Boolean | Indicates whether the event is time-bound instead of an all-day event. | |
| title | String | The title or subject of the event or record. |