Create a DELETE API for calendar events
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
When booking an appointment, the booking user currently has no possibility to cancel their booking after it has been written to CalDAV. While the attendance can be updated (PARTSTAT DECLINED), this does not remove the event from the conflict check. The user should be able to set the ICAL STATUS to CANCELLED.
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 locating the existing appointment-booking and attendance-update APIs, then trace how booked events are written to CalDAV. Confirm how PARTSTAT DECLINED and ICAL STATUS are currently handled; done means a booking user can cancel the event through the new DELETE API and it no longer affects conflict checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100