Set event property to not block on free/busy time searches

This commit is contained in:
Steffen Lange 2020-11-25 11:29:14 +01:00
parent 448f077820
commit 16a5033dc5

View file

@ -89,7 +89,8 @@ class Feiertag {
. "DTSTAMP:{$this->GetDatum(true)}\r\n"
. "DTSTART;VALUE=DATE:{$this->GetDatum()}\r\n"
. "DTEND;VALUE=DATE:{$this->GetDatum()}\r\n"
. 'SUMMARY:' . addcslashes($this->name, ',\\;') . "\r\n";
. 'SUMMARY:' . addcslashes($this->name, ',\\;') . "\r\n"
. 'TRANSP:TRANSPARENT' . "\r\n";
if ($this->IsGesetzlich()) {
$s .= 'DESCRIPTION:Gesetzlicher Feiertag';
if (!$this->IsBundesweit())