You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: (name || "").toLowerCase is not a function
at normalizeName (/usr/app/node_modules/moment-timezone/moment-timezone.js:404:23)
at Function.getZone [as zone] (/usr/app/node_modules/moment-timezone/moment-timezone.js:426:10)
at Object.DTSTAMP (/usr/app/node_modules/node-ical/ical.js:301:42)
at Object.handleObject (/usr/app/node_modules/node-ical/ical.js:665:39)
at Object.parseLines (/usr/app/node_modules/node-ical/ical.js:717:18)
at Object.parseICS (/usr/app/node_modules/node-ical/ical.js:750:12)
at /usr/app/node_modules/node-ical/node-ical.js:112:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
There's only 1 VTIMEZONE block in the file, see below:
I'm going to setup to debug the library soon, will update the ticket soon. If there are specific things you need me to share re: configs/etc, please let me know.
The text was updated successfully, but these errors were encountered:
This ical URL is failing with node-ical v0.17.1: https://www.washougal.k12.wa.us/hathaway/calendars/category/school-events/?post_type=tribe_events&ical=1&eventDisplay=list
There's only 1 VTIMEZONE block in the file, see below:
icalendar.org's validator says this is a valid ical feed: https://icalendar.org/validator.html?url=https://www.washougal.k12.wa.us/hathaway/calendars/category/school-events/?post_type=tribe_events&ical=1&eventDisplay=list
I'm going to setup to debug the library soon, will update the ticket soon. If there are specific things you need me to share re: configs/etc, please let me know.
The text was updated successfully, but these errors were encountered: