larrybolt / online-ics-feed-viewer

Online ICS / iCal feed viewer
https://larrybolt.github.io/online-ics-feed-viewer/
MIT License
69 stars 24 forks source link

Online demo does not work #6

Open sigalou opened 4 years ago

sigalou commented 4 years ago

Hello and thank you for this work. I need this library but the demonstration does not work. I tested an ICS online or a downloaded ICS, even a very simple one and nothing works. Can you test? Thank you

codedust commented 1 year ago

I also got an error when loading this ics file:

egovernment-podcast-fe79bd028f7.ics.txt

Error:

14:28:45.760 Uncaught TypeError: t is undefined
    parse https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:8
    parseEventDef https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:6
    parseEventDefs https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:6
    setRawEventDefs https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:8
    applyManualStandardProps https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:8
    applyProps https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:9
    parse https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:6
    parse https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:8
    parse https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:7
    addEventSource https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:10
    fullCalendar https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:11
    jQuery 2
    fullCalendar https://larrybolt.github.io/online-ics-feed-viewer/fullcalendar.min.js:11
    load_ics https://larrybolt.github.io/online-ics-feed-viewer/script.js:34
    load_ics_from_base64 https://larrybolt.github.io/online-ics-feed-viewer/script.js:62
    onload https://larrybolt.github.io/online-ics-feed-viewer/script.js:55
    openFile https://larrybolt.github.io/online-ics-feed-viewer/script.js:52
    onchange https://larrybolt.github.io/online-ics-feed-viewer/#cors=true&title=My Feed&hideinput=false:1
fullcalendar.min.js:8:6038

For other ics files, however, it works as expected. Did you try a different ics file?

cliffordp commented 10 months ago

Tried both a webcal URL and downloaded it as a .txt and neither worked.

image