nextcloud / nextcloud/calendar

Reactive calendar grid

Open
#3,336 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement Feature: Editor Feature: Fullcalendar
Dominant language
JavaScript
Stars
1.2k
Forks
332
Avg merge
16h 13m
Merged PRs (30d)
137

Description

Editing an event in the sidebar doesn't forward the changes to the grid instantly. While developing https://github.com/nextcloud/calendar/pull/3335, I discovered that this can be achieved by adding incrementModificationCount commits to all of the change/set methods in store/calendarObjectInstance.js.

I briefly tested it and it already worked quite well for all non-recurring events. It seems like recurring events need some extra work. Considering that the majority of the code is already in place and working, we should investigate this feature.

A reactive calendar grid would be an awesome feature to have.

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

Start in store/calendarObjectInstance.js and review the change/set methods that currently lack incrementModificationCount commits. Compare the existing non-recurring behavior with the recurring-event paths, then verify that sidebar edits update the calendar grid instantly for both event types. Done means reactive updates work without requiring a reload.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.