public function appendAppointmentDetails()
 {
     include_once './Services/Calendar/classes/class.ilCalendarEntry.php';
     $app = new ilCalendarEntry($this->getAppointmentId());
     $this->appendBody($app->appointmentToMailString($this->getLanguage()));
 }