-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
https://github.com/jens-maus/node-ical?tab=readme-ov-file#recurrence-rule-rrule
There's a line:
const tz = event.rrule.origOptions.tzid === localTimezone ? event.rrule.origOptions.tzid : localTimezone
Which would just be identical to writing:
const tz = localTimezone
I'm not using this specific code, but I noticed it when skimming.
Metadata
Metadata
Assignees
Labels
No labels