Events ending at midnight + a few seconds are included in the next day
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
Let's take an event starting at Monday 20:00 and ending at exactly midnight. Currently, that event would show on the calendar both for Monday and Tuesday.
Some other calendar apps do what I think is the right thing: show the event only for Monday. In fact, I often set the end time to midnight for events I know will span for a few more hours, just so they don't clutter my agenda for the next day.
I can work on this as soon as I have time (which may not happen soon). If you've got some pointers on how to do that... :)
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 file, test, or entry point is named. Reproduce the calendar display with an event starting Monday at 20:00 and ending exactly at midnight, then trace the event-to-day inclusion logic; done means the event appears on Monday but not Tuesday.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100