3 declare(strict_types=1);
    48         $this->context_id = $a_id;
    53         $this->context_info = $a_info;
    61     public function setTitle(
string $a_title): void
    63         $this->title = $a_title;
    78         $this->subtitle = $a_subtitle;
    91         $this->description = $a_description;
   101         $this->information = $a_information;
   111         $this->location = $a_location;
   139         return $this->end ?: $this->
getStart();
   144         $this->fullday = $a_fullday;
   154         $this->translation_type = $a_type;
 
setTranslationType(int $a_type)
 
getSubtitle()
get subtitle 
 
setInformation(string $a_information)
 
setSubtitle(string $a_subtitle)
set subtitle Used for automatic generated appointments. 
 
Apointment templates are used for automatic generated apointments. 
 
setStart(ilDateTime $start)
 
setLocation(string $a_location)
 
setDescription(string $a_description)
 
setTitle(string $a_title)
 
setFullday(bool $a_fullday)
 
setContextInfo(string $a_info)