-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Comments
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 |
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. |
I already have a calendar named "Personal", yet another "Personal" calendar is still created. Are we sure this is working as expected? |
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: