nextcloud / nextcloud/calendar
Add back WebCal web protocol handler
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
It was removed in the Vue rewrite.
See https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler
https://github.com/nextcloud/calendar/blob/v1.7.3/js/config/run.js#L33-L35
https://github.com/nextcloud/calendar/blob/v1.7.3/js/app/controllers/calendarlistcontroller.js#L393-L407
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
Start by reviewing the linked historical implementation in js/config/run.js and js/app/controllers/calendarlistcontroller.js, then locate their equivalents after the Vue rewrite. Check the MDN registerProtocolHandler documentation and verify that the WebCal handler is registered and usable from the calendar application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100