nextcloud / nextcloud/calendar
The size of 15 minute events overlap
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
I believe the size of the event should respect the start-time and end-time.
I.e. an event that stops at 14:00h should never overlap with an event that starts at 14:00h.
In short events, the solution for the title could be to add the title of the event in the first line, if there is not enough space for the title in the second line.
Look at the following screenshot. First impression is that there is an overlap between events:

Originally posted by @goebbe in https://github.com/nextcloud/calendar/issues/2853#issuecomment-931326894
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
No files, tests, or entry points are named. Start by reproducing the screenshot with adjacent 15-minute events, then inspect the calendar event rendering behavior against the stated start and end times. Done means events ending at 14:00 do not visually overlap events starting at 14:00, and short-event titles remain readable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100