nextcloud / nextcloud/calendar

Select calendar via smart picker

Open
#7,103 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

0. to triage enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.