Set event property to not block on free/busy time searches
This commit is contained in:
parent
448f077820
commit
16a5033dc5
1 changed files with 2 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue