nextcloud / nextcloud/calendar

The size of 15 minute events overlap

Open
#3,521 12 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop bug Feature: Fullcalendar
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:

Screenshot from 2021-09-30 15-28-19

Originally posted by @goebbe in https://github.com/nextcloud/calendar/issues/2853#issuecomment-931326894

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.