nextcloud / nextcloud/integration_davc
Option to suppress native calendar provisioning when integration_davc is the calendar backend
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 12
- Forks
- 2
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 16
Description
Use case
Deployments using integration_davc against a central CalDAV server (e.g. Radicale) as the single source of truth. In this topology Nextcloud's native SabreDAV calendar layer (oc_calendars / default "Personal" calendar provisioning) serves no purpose, but it still exists alongside the DAVC calendars in the UI. Users can accidentally create events in the native local calendar, which then exist nowhere on the central server, invisible to every other client, leading to silent data fragmentation.
Request
A per-instance (or per-service) setting: when a DAVC connection is active for a user:
(a) suppress creation of the default native calendar, or;
(b) hide native calendars from the Calendar app UI, or minimally;
(c) let the admin mark DAVC calendars as the default write target.
Any of the three would prevent the split-brain.
Environment: Nextcloud 33.x, integration_davc 1.0.4, Radicale 3.7.4.
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 or test is named. Start by tracing how integration_davc handles an active DAVC connection and how Nextcloud's native SabreDAV calendar layer provisions the default Personal calendar. Done means a selected per-instance or per-service behavior prevents users from writing to an unshared native calendar, with coverage for the requested topology.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100