nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.52k stars 4.08k forks source link

Add X-NC-Disable-Scheduling property to allow skipping scheduling deliveries #48528

Closed miaulalala closed 2 weeks ago

miaulalala commented 1 month ago

When syncing with a different Calendar sever that PUTs all events, including the already delivered scheduling events for ATTENDEEs, the scheduling logic shouldn't trigger local delivery again.

Add the X-NC-Disable-Scheduling property that will skip both the SchedulingPlugin and the IMipPlugin so users don't get notified twice.

SebastianKrupinski commented 2 weeks ago

@miaulalala do we need to back port this?

miaulalala commented 2 weeks ago

Yes, currently supported versions pls 🙏