Id Integer (signed) 8 The unique identifier of this CalendarEntry.Not editable Read-only Status Set of Status 4 Calendar Foreign key to Calendar 8 This is a reference to the Calendar table. It is keyed by the Calendar column in this table to the Id column in the Calendar table.Required CalendarDateType Set of CalendarDateType 1 Required Date Integer (signed) 4 Represents a date as an integer in YYYYMMDD format. DayOfWeek One of DayOfWeek 1 The day of the week to which the Calendar Entry applies UpdateNumber Integer (unsigned) 8 A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record.Not editable OwnerUser Foreign key to User 8 The Id of the User that owns this CalendarEntry. OwnerGroup Foreign key to Group 8 The Id of the Group that owns this CalendarEntry. OwnerFirm Foreign key to Firm 8 The Id of the Firm that owns this CalendarEntry. CreateUser Foreign key to User 8 The Id of the User that created this CalendarEntry.Not editable Read-only CreateTimestamp Integer (unsigned) 8 The time at which this CalendarEntry was created.Not editable Read-only UpdateUser Foreign key to User 8 The Id of the User that last updated this CalendarEntry.Not editable Read-only UpdateTimestamp Integer (unsigned) 8 The time at which this CalendarEntry was last updated.Not editable Read-only