Skip to content

Calendar with events that have "null" location variables raise exceptions #2

Description

@vilhelmprytz

I have a .ics file that has events that do not have a location value, they are null. These .ics files are not renderable with this. See the error message.

error_message

It seems like Chrome is complaining about this line, line 126 in embed.js.

if (event.location.startsWith('http')) {

I have already fixed this, see linked PR (#3).

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