nextcloud / nextcloud/calendar
Select calendar via smart picker
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.
One can reference a calendar by pasting the URL in a Text/Collectives document and changing to preview view, which is very convenient to integrate a calendar view into a collectives page. But it seems like the calendars are not selectable via smart picker.
It's probably just a matter of extending https://github.com/nextcloud/calendar/blob/main/lib/Reference/ReferenceProvider.php with ISearchableReferenceProvider to make this happen.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
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 with lib/Reference/ReferenceProvider.php and inspect the ISearchableReferenceProvider interface and existing reference-provider implementations. Confirm how searchable references are exposed to the smart picker; done means calendars can be found and selected there, while the existing URL preview continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100