mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
* Worked around several issues in the RRULE library that were causing deleted calender events to still show, some initial and recurring events to not show, and some event times to be off an hour. (#3291) * Renamed variables in *calendarfetcherutils.js* to be more clear about use of `moment` and js's `Date` class. * Added calendar config option `forceUseCurrentTime` (default:`false`) which will ignore overridden `Date.now` in the config in order to keep some tests consistent. * Added several unit tests for crossing DST in different timezones with excluded events.
15 lines
407 B
Plaintext
15 lines
407 B
Plaintext
BEGIN:VEVENT
|
|
DTSTART;TZID=Australia/Sydney:20230920T090000
|
|
DTEND;TZID=Australia/Sydney:20230920T100000
|
|
RRULE:FREQ=WEEKLY;BYDAY=WE
|
|
EXDATE;TZID=Australia/Sydney:20230927T090000
|
|
EXDATE;TZID=Australia/Sydney:20231004T090000
|
|
DTSTAMP:20231025T233434Z
|
|
UID:sdflbkasuhdb5fkauglkb@google.com
|
|
CREATED:20230306T193128Z
|
|
LAST-MODIFIED:20231024T222515Z
|
|
SEQUENCE:0
|
|
STATUS:CONFIRMED
|
|
SUMMARY:My Event
|
|
TRANSP:OPAQUE
|
|
END:VEVENT |