nextcloud / nextcloud/calendar
Support URL field/property for events
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Is your feature request related to a problem? Please describe.
I couldn't find any existing issue for this, even though I can't imagine this has never been asked/suggested (am I just too blind to find it?).
Many calendar clients, like Apple calendar, support a "URL" property on events. It's also in the iCal standard. It would be great if the URL field was supported by Nextcloud calendar. Has this just not been considered before, or are there any circumstances blocking this from being implemented?
Might take a look at this myself and maybe come up with a PR, if this is welcome.
Describe the solution you'd like
Show the given URL in the calendar event details, make it clickable.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by tracing how iCalendar event properties reach the event details view, using the linked RFC 5545 URL as the format reference. Done means an event URL is retained, displayed in the details, and rendered as a clickable link.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100