3 declare(strict_types=1);
40 $query =
"SELECT rule_id FROM cal_recurrence_rules " .
41 "WHERE cal_id = " .
$ilDB->quote($a_cal_id,
'integer') .
" ";
52 $recs = self::_getRecurrences($a_cal_id);
57 $new_rec->setEntryId($a_cal_id);
static _getFirstRecurrence($a_cal_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getRecurrences(int $a_cal_id)
get all recurrences of an appointment