This table stores calendar data for UCM Delivery Schedules
| Column Name | Column Datatype | Column Null Option | Column Comment |
| calendar_uuid | byte(16) | not null | UUID for this calendar |
| calendar_name | nvarcha(80) | with null | Not currently used |
| start_date_time | integer | with null | Calendar start GMT timestamp |
| end_date_time | integer | with null | Calendar end GMT timestamp |
| binary_days | integer1 | with null | Binary representation of days of week for which the calendar is active |
| creation_user | nvarcha(64) | with null | Name of user who created the calendar |
| creation_date | integer | with null | GMT timestamp at creation of calendar |
| last_update_user | nvarcha(64) | with null | Name of user who last updated the calendar |
| last_update_date | integer | with null | GMT timestamp at last update of calendar |
Product Name: Unicenter Network and System Management/ConfigurationManager
Table Type: Table