mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fixes: #3256 BUT.. the testcase is inconclusive.. as the code FAILS without the fix, BUT somehow RETURNS 0 entries.. in real life run the node helper fails, and all calendar processing stops.
20 lines
848 B
Plaintext
20 lines
848 B
Plaintext
BEGIN:VCALENDAR
|
|
BEGIN:VEVENT
|
|
DTSTAMP:20210413T203456Z
|
|
UID:E689AEB8C02C4E2CADD8C7D3D303CEAD0
|
|
DTSTART;TZID="Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm":20210415T190000
|
|
DTEND;TZID="Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm":20210415T210000
|
|
CLASS:PUBLIC
|
|
LOCATION:albert heijn
|
|
SUMMARY:xxx xxxx
|
|
SEQUENCE:10
|
|
RRULE:FREQ=DAILY;UNTIL=20210418T170000Z
|
|
EXDATE;TZID="Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm":20210417T190000
|
|
EXDATE;TZID="Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm":20210416T190000
|
|
EXDATE;TZID="Amsterdam, Belgrade, Berlin, Brussels, Budapest, Madrid, Paris, Prague, Stockholm":20210415T190000
|
|
BEGIN:VALARM
|
|
ACTION:DISPLAY
|
|
TRIGGER;RELATED=START:-PT15M
|
|
END:VALARM
|
|
END:VEVENT
|
|
END:VCALENDAR |