niccokunzmann / open-web-calendar

Embed a highly customizable web calendar into your website using ICal source links
https://open-web-calendar.quelltext.eu
GNU General Public License v2.0
209 stars 66 forks source link

HTML in event description - subscribed ICS in Thunderbird #167

Open niccokunzmann opened 1 year ago

niccokunzmann commented 1 year ago

When I compare these two events, the event in the source does not turn up as HTML but the open web calendar file shows HTML in Thunderbird.

source.ics.txt open-web-calendar.ics.txt


We're using Polar.sh so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work.

Fund with Polar

niccokunzmann commented 1 year ago

10.02.23

BEGIN:VEVENT
DTSTART;TZID=Europe/London:20230210T100000
DTEND;TZID=Europe/London:20230210T160000
RRULE:FREQ=WEEKLY
DTSTAMP:20230209T015737Z
UID:9mfdf63msbsmv8ht1l74q1onmo@google.com
CREATED:20230208T140228Z
DESCRIPTION:<body>\n<div>This is an open day - come along. You will mostly 
 meet the \nvolunteers and staff.</div>\n<div>If you like to know what we mi
 ght be doing\, have a look into our \nforum:</div>\n<div>https://ammanvalle
 y.foss.wales/c/clubs-groups-associations/volunteers/12</div>\n</body>
LAST-MODIFIED:20230208T140228Z
LOCATION:Amman Valley MakerSpace
SEQUENCE:2
STATUS:CONFIRMED
SUMMARY:Open Volunteer Day
TRANSP:OPAQUE
END:VEVENT

from source


BEGIN:VEVENT
SUMMARY:Open Volunteer Day
DTSTART;TZID=Europe/London:20230210T100000
DTEND;TZID=Europe/London:20230210T160000
DTSTAMP:20230209T014940Z
UID:9mfdf63msbsmv8ht1l74q1onmo@google.com
SEQUENCE:2
RRULE:FREQ=WEEKLY
CREATED:20230208T140228Z
DESCRIPTION:<body>\n<div>This is an open day - come along. You will mostly
  meet the \nvolunteers and staff.</div>\n<div>If you like to know what we 
 might be doing\, have a look into our \nforum:</div>\n<div>https://ammanva
 lley.foss.wales/c/clubs-groups-associations/volunteers/12</div>\n</body>
LAST-MODIFIED:20230208T140228Z
LOCATION:Amman Valley MakerSpace
STATUS:CONFIRMED
TRANSP:OPAQUE
END:VEVENT

Open Web Calendar Version

Maybe, this has to do with the other calendar being embedded as a Google Calendar into Thunderbird.