Introduction

Events provide a mechanism for customization to occur without altering OOTB code, allowing customers to add additional processing to existing processing while maintaining a loosely coupled application. An event is raised from within a component class. When an event occurs, one or more components classes registered as listeners for this event will receive notification.These listener classes can, in turn, be used to perform custom processing. The following sections describe the events that are available for use to customize calendar meetings and meeting minutes.