nextcloud / nextcloud/calendar
booking appoinments UX
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.
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.
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
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 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