24 define(
'IL_CALENDAR_ACTION_CREATE',1);
 
   25 define(
'IL_CALENDAR_ACTION_UPDATE',2);
 
   26 define(
'IL_CALENDAR_ACTION_DELETE',3);
 
   28 include_once(
'./Services/Calendar/classes/class.ilDate.php');
 
   29 include_once(
'./Services/Calendar/classes/class.ilCalendarEntry.php');
 
   63                 $this->context_id = $a_id;
 
   74                 $this->title = $a_title;
 
   99                 $this->subtitle = $a_subtitle;
 
  121                 $this->description = $a_description;
 
  143                 $this->information = $a_information;
 
  166                 $this->location = $a_location;
 
  222                 return $this->end ? $this->end : $this->
getStart();
 
  234                 $this->fullday = $a_fullday;
 
  257                 $this->translation_type = $a_type;