Skip to content

README rrule example typo? #315

@sirisian

Description

@sirisian

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions