larrybolt / online-ics-feed-viewer

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

Not showing events without `LOCATION` property and same event shown multiple times #1

Closed ramonsmits closed 4 years ago

ramonsmits commented 5 years ago

The following ICS file was not loaded without LOCATION properties.

After adding the LOCATION property the same event is shown multiple times

image

The current content is:

BEGIN:VCALENDAR
VERSION:2.0
X-ORIGINAL-URL:http://static.exyll.net/exports/bevelvoerder.ics
X-WR-CALNAME:Bevelvoerder
METHOD:PUBLISH
PRODID:static.exyll.net
BEGIN:VEVENT
LOCATION:Hoogvliet
SUMMARY:Onderbezetting - bevelvoerder
UID:b9165cec41eb3e16b0b115df740c8e31
DTSTART;VALUE=DATE-TIME:20190409T050000Z
DTEND;VALUE=DATE-TIME:20190409T060000Z
DTSTAMP:20190415T132835Z
CATEGORIES:Onderbezetting
END:VEVENT
BEGIN:VEVENT
LOCATION:Hoogvliet
SUMMARY:Onderbezetting - bevelvoerder
UID:83a329fa239930f784430ead5325e589
DTSTART;VALUE=DATE-TIME:20190411T050000Z
DTEND;VALUE=DATE-TIME:20190411T060000Z
DTSTAMP:20190415T132835Z
CATEGORIES:Onderbezetting
END:VEVENT
BEGIN:VEVENT
LOCATION:Hoogvliet
SUMMARY:Onderbezetting - bevelvoerder
UID:4e33773a399a3042864d6b0b3727e672
DTSTART;VALUE=DATE-TIME:20190418T050000Z
DTEND;VALUE=DATE-TIME:20190418T060000Z
DTSTAMP:20190415T132835Z
CATEGORIES:Onderbezetting
END:VEVENT
END:VCALENDAR
larrybolt commented 4 years ago

@ramonsmits I'm so sorry, I think github didn't send me a notification :( I'll look into this over the next few days!

larrybolt commented 4 years ago

It seems to be working now though: https://larrybolt.github.io/online-ics-feed-viewer/#feed=http%3A//static.exyll.net/exports/bevelvoerder.ics&cors=true&title=My%20Feed&hideinput=false

Screen Shot 2020-04-13 at 03 06 08