/**
  * the constructor
  *
  */
 private function __construct()
 {
     $this->_controller = Calendar_Controller_Event::getInstance();
     $this->_controller->sendNotifications(false);
 }