Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validator not able to find ICAL #643

Closed
dantagg opened this issue Nov 23, 2023 · 1 comment · Fixed by #652
Closed

validator not able to find ICAL #643

dantagg opened this issue Nov 23, 2023 · 1 comment · Fixed by #652

Comments

@dantagg
Copy link

dantagg commented Nov 23, 2023

When I try and run any ical file in the online validator at https://kewisch.github.io/ical.js/validator.html, I get the following error

Couldn't parse as iCalendar:
Error: ReferenceError: ICAL is not defined
Filename: https://kewisch.github.io/ical.js/validator.html
Line: 49
Stack: validate@https://kewisch.github.io/ical.js/validator.html:49:17
onsubmit@https://kewisch.github.io/ical.js/validator.html:1:8

I think it is because unpkg is returning a 404 for the file https://unpkg.com/ical.js srced on line 20

kewisch added a commit that referenced this issue Apr 1, 2024
kewisch added a commit that referenced this issue Apr 1, 2024
@kewisch
Copy link
Owner

kewisch commented Apr 1, 2024

Confirmed it works now :) https://kewisch.github.io/ical.js/validator.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants