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

Parsing problem of events with special organization #46

Open
silvio opened this issue Jun 15, 2023 · 1 comment
Open

Parsing problem of events with special organization #46

silvio opened this issue Jun 15, 2023 · 1 comment
Labels

Comments

@silvio
Copy link

silvio commented Jun 15, 2023

Hi.

When I save [this] meeting as a ics file I get following content: (I shortened the content)

BEGIN:VCALENDAR
PRODID:-//Facebook//NONSGML Facebook Events V1.0//EN
X-WR-CALNAME:26. Fallig Open Air 2023
X-PUBLISHED-TTL:PT12H
X-ORIGINAL-URL:https://www.facebook.com/events/679544247113957/
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTAMP:20230317T114517Z
LAST-MODIFIED:20230317T114517Z
CREATED:20221122T143329Z
SEQUENCE:9925908
ORGANIZER;CN=Fallig Open Air \"Firlefanz Enkirch e.V.\":MAILTO:[email protected]
DTSTART:20230630T160000Z
DTEND:20230630T190000Z
UID:[email protected]
SUMMARY:26. Fallig Open Air 2023
LOCATION:Fallig Open-Air
URL:https://www.facebook.com/events/679544247113957/
DESCRIPTION:Das 26. Fallig Open Air findet am 
 30.06. und 01.07.2023 in Enkirch/M
 [...]
 DESERT ROCK KIDS\n• DAVE COLLIDE
 \n• ROMANS NAILED IT\n\nhttps://ww
 w.facebook.com/events/679544247113
 957/
CLASS:PUBLIC
STATUS:CONFIRMED
PARTSTAT:NEEDS-ACTION
END:VEVENT
END:VCALENDAR

But when I get this event via eventcal I'll have this in mi ics file:

BEGIN:VEVENT
DTSTAMP:20230317T114517Z
LAST-MODIFIED:20230317T114517Z
CREATED:20221122T143329Z
SEQUENCE:9925908
ORGANIZER;CN="Fallig Open Air \Firlefanz Enkirch e.V.\":MAILTO:[email protected]
DTSTART:20230630T160000Z
DTEND:20230630T190000Z
UID:[email protected]
SUMMARY:26. Fallig Open Air 2023
LOCATION:Fallig Open-Air
URL:https://www.facebook.com/events/679544247113957/
DESCRIPTION:Das 26. Fallig Open Air findet am
 30.06. und 01.07.2023 in Enkirch/M
 [...]
 DESERT ROCK KIDS\n• DAVE COLLIDE
 \n• ROMANS NAILED IT\n\nhttps://ww
 w.facebook.com/events/679544247113
 957/
CLASS:PUBLIC
STATUS:CONFIRMED
PARTSTAT:TENTATIVE
END:VEVENT

With the wrong quoting on the ORGANIZER line, the event is not anymore valid and the whole file gets invalidated.

Do you see this issue or I'm the only one?

Thanks in Advance
Silvio

@simonbengtsson
Copy link
Owner

Looks like a parsing bug. I'll mark it as a bug. Not sure I will be able to look at this any time soon but would accept a pull request if someone submits a fix.

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

No branches or pull requests

2 participants