Searched refs:icsFile (Results 1 – 2 of 2) sorted by relevance
17 $icsFile = end($path); variable38 if(strpos($icsFile, 'dokuwiki-aggregated-') === 0)41 $stream = $hlp->getAggregatedCalendarAsICSFeed($icsFile);45 …Logger::error('DAVCAL', 'No aggregated calendar with this name known: '.$icsFile, __FILE__, __LINE…53 $calid = $hlp->getCalendarForPrivateURL($icsFile);58 …\dokuwiki\Logger::error('DAVCAL', 'No calendar with this name known: '.$icsFile, __FILE__, __LINE_…
1683 * @param string $icsFile The ICS file name for the aggregated calendar1687 public function getAggregatedCalendarAsICSFeed($icsFile) argument1695 $row = $sqlite->queryRecord($query, [$icsFile]);