nextcloud / nextcloud/calendar

booking appoinments UX

Open
#7,038 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.

Its not clear on which days slots are available.
Days in the past are greyed out for obvious reasons and i think days with no slots should be too.
If you only offer bookable services on irregular base (lets say only every second monday) you would have to click through a whole lot of dates.

Image

Describe the solution you'd like

No response

Describe alternatives you've considered

I also wonder if/how its possible to query for slots from external systems.
I tried with curl
https://clouddomain.de/apps/calendar/appointment/3/slots but failed due to csrf failure (usually this is XHRfetched by the booking-page)
Is there an Endpoint i can use?
I'd like to feed results to a form on my webpage.

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 by reproducing the appointment booking page and observing the XHR request used to fetch slots. Investigate the availability-date presentation and the /apps/calendar/appointment/3/slots request, including the reported CSRF failure. Done should define the unavailable-day UX and establish whether an external form can retrieve slot results.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.