/**
  * Returns a set of events identified by their id's
  * 
  * @param   array array of record identifiers
  * @return  Tinebase_Record_RecordSet of Calendar_Model_Event
  */
 public function getMultiple($_ids)
 {
     $events = $this->_eventController->getMultiple($_ids);
     return $this->_toiTIP($events);
 }