nextcloud / nextcloud/calendar
show location in day/week view
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.
My use case is a calendar that displays events/meetings etc in an organization, the location field is used for the room number. A lot of people use a public display of the calendar. To find out where an event will be, you need to click on it.
Describe the solution you'd like
Display the location underneath the title (in day/week view), if there is enough space. Title should be bold, location regular font weight.
Additional context
- Mozilla Lightning does it
- Android: Business Calendar 2 does it
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 calendar's day and week view event-rendering entry points and reviewing how event titles are displayed. Implement the requested location text beneath the title only when there is enough space, keeping the title bold and the location regular weight; verify the result in both views with events that have locations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100