Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar event invitation automatically creates a new 'personal' calendar #3014

Closed
icedieler opened this issue Jan 10, 2017 · 3 comments
Closed

Comments

@icedieler
Copy link

Steps to reproduce

  1. Create a new event and invite attendees to it.

If an invited attendee doesn't have the personal calendar it automagically is created for her and the event is added to that newly created personal calendar.

Expected behaviour

Nextcloud must not create new calendars in an invited attendee's account. The receiver of the invitation should decide to which calendar she wants to add the event.

Actual behaviour

It appears that the server looks in an invited attendee's account for a calendar under the URL dav/calendars/.../personal. If it doesn't exist the calendar is created for the account and the event is added to that calendar. In our case the calendar URL is dav/calendars/.../defaultcalendar.

Server configuration

Operating system:
Linux, Debian Jessie

Web server:
Apache 2

Nextcloud version: (see Nextcloud admin page)
11

Updated from an older Nextcloud/ownCloud or fresh install:
Updated from Nextcloud 10

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP

@nickvergessen
Copy link
Member

This is currently not supported. But you can adjust this manually in https://github.com/nextcloud/server/blob/master/apps/dav/lib/CalDAV/Schedule/Plugin.php#L86-L92
By replacing CalDavBackend::PERSONAL_CALENDAR_URI with 'defaultcalendar'

@p5n
Copy link
Contributor

p5n commented May 16, 2019

But I did not understand why it adds invitation to personal calendar, send invitation and this invitation cannot be accepted because of same UID already exists in personal calendar? I think this is a real bug.

@eibex
Copy link

eibex commented Nov 26, 2022

I already have a calendar named "Personal", yet another "Personal" calendar is still created. Are we sure this is working as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants