This table links a calendar category with a contract or a host. It is used to represent service events for the given contract or host using the provided calendar category.
Representation of service events for contracts and hosts will not change in r11, and stay the same as in Assure 2.2
This table is included for future versions
| Column Name | Column Datatype | Column Null Option | Column Comment |
| calendar_category_oid | varchar(20) | not null | This table is used by the calendar exporter to find which
host or which contract the exported service events are for.
Either the host or the contract should be null |
| contract_id | integer | not null | The contract affected by the service events. Either host or contract is set, not both. |
| host_id | integer | not null | The host affected by the service events. Either host or contract is set, not both |
Product Name: Unicenter Service Management
Table Type: Table