nextcloud / nextcloud/calendar
Add URL qualifier for "Limit visible events per view"
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
I want to publish a NC calendar to a public webpage. I would like the month view show all events on a day like it is shown when logged in with the unchecked checkbox "Limit visible events per view".
Could you please add a parameter to the public URL to enable/disable this feature? Like there is the qualifier "/dayGridMonth" in the URL for showing the month view. Or a checkbox similar to the one when logged in to appear on the public webpage, too.
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 tracing how the public calendar URL is parsed, including the existing /dayGridMonth qualifier, and how the public month view handles the “Limit visible events per view” setting. Done means a public URL can enable or disable the limit, or the public page exposes an equivalent checkbox, with the month view showing the requested number of events.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100