Make URLs in calendar event descriptions clickable (Calendar webxdc app)

Hi,

I use the shared Calendar webxdc app in a group chat, and we often put URLs in the event description/notes field (e.g. links to venues, tickets, or shared documents).

**Expected behavior:**

URLs in the event description are auto-detected and rendered as tappable links, which then open in the system browser (with a confirmation prompt if needed for the webxdc sandbox).

**Actual behavior:**

URLs are displayed as plain text. The only way to open them is to manually select, copy, and paste them into a browser, which is cumbersome on mobile.

I understand the webxdc sandbox restricts opening external links for good security reasons, but simple URL auto-linkification (no HTML parsing needed) combined with the existing mechanism for opening external links would make the calendar much more useful for coordinating real-world events in a group.

Thanks for considering it — and thanks for the great app!

The source is here https://codeberg.org/webxdc/calendar.

It seems that doing this would require introducing separate “view” and “edit” modes, or a more complex WYSIWYG text editor that renders links as links, because currently this is what shows up when you click on an event: