Home
last modified time | relevance | path

Searched refs:icsFile (Results 1 – 2 of 2) sorted by relevance

/plugin/davcal/
H A Dics.php17 $icsFile = end($path); variable
38 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_…
H A Dhelper.php1683 * @param string $icsFile The ICS file name for the aggregated calendar
1687 public function getAggregatedCalendarAsICSFeed($icsFile) argument
1695 $row = $sqlite->queryRecord($query, [$icsFile]);