Defines exporter for a calendar category. This exporter is used to export all calendar events to an external source. The exporter will be called for insert, update,delete of events within the associated event category
| Column Name | Column Datatype | Column Null Option | Column Comment |
| exporter_oid | varchar(20) | not null | Unique identity of the exporter |
| exporter_class | varchar(255) | with null | Full package name and class of java class implementing the exporter |
| bundle_key | varchar(50) | with null | Bundle key for exporter name |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| exporter_oid | usm_event_category | exporter_oid |