nextcloud / nextcloud/calendar
Enable users to select multiple slots or time range for appointments
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.
As an event location, we'd want to use appointments to schedule external events in our rooms. These events range from 1h to a whole day. Currently the external groups can only select one slot and would have to repeat the progress for more time.
Describe the solution you'd like
We'd like a solution where one can either:
- select multiple slots in one booking (it would be sufficient if only consecutive times could be selected)
- select a time range (we could simulate this with the solution above and time slots of 1h)
Describe alternatives you've considered
The collision check doesn't work with other solutions
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 by tracing the existing appointment booking flow and its collision check. Compare the two requested interaction models—consecutive slot selection and direct time-range selection—and clarify how booking, validation, and conflicts should behave. Done means an external group can reserve multiple consecutive slots or a time range in one booking without collision-check regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100