mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
57_Calendar: fix for ignoreDtStamp quirk
git-svn-id: https://svn.fhem.de/fhem/trunk@17429 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2a93baadda
commit
d733c0d890
@ -2722,7 +2722,7 @@ sub Calendar_UpdateCalendar($$) {
|
||||
my $name= $hash->{NAME};
|
||||
|
||||
my @quirks= split(",", AttrVal($name, "quirks", ""));
|
||||
my $nodtstamp= "ignoreDTSTAMP" ~~ @quirks;
|
||||
my $nodtstamp= "ignoreDtStamp" ~~ @quirks;
|
||||
|
||||
# *******************************
|
||||
# *** Step 1 Digest Parser Result
|
||||
|
Loading…
Reference in New Issue
Block a user