-
Notifications
You must be signed in to change notification settings - Fork 241
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
Unable to unshare a calendar that was shared with you by another person #2702
Comments
Please fill the issue template completely. Otherwise we cannot help you. |
Check your bug report before submitting it Please always check if the automatically filled out information is correct and there is nothing important missing, before reporting the issue. This report will be submitted to nextcloud/server Hello, Thank you for taking my remark into account. I just noticed that it is impossible to delete a calendar that was shared by another person. You must send an email to the person who shared their calendar to stop sharing. It's a bit annoying Thank you delete error Operating system: Linux 4.9.0-12-amd64 #1 SMP Debian 4.9.210-1 (2020-01-20) x86_64 Webserver: Apache/2.4.25 (Debian) (apache2handler) Database: mysql 10.3.24 PHP version: 7.3.21-1+0 Nextcloud version: 19.0.4 - 19.0.4.2 Updated from an older Nextcloud/ownCloud or fresh install: Where did you install Nextcloud from: unknown Are you using external storage, if yes which one: local/smb/sftp/... Are you using encryption: 1 Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0 Operating system: |
Please post the end of the bug template as well, we need the Nextcloud log file ( |
|
Please give the nextcloud and browser log with logs corresponding to your problem (shortly before trying to delete the calendar and shortly after). What you posted are just unrelated logs from the workflowengine (or at least I didn't spot anything related). |
Please take care of my problem: does this line give you a clue ? |
No, as all other log entries above, this is unrelated to your issue. It should state something with Calendar or DAV. What you show are entries from the text app. |
@Ramdane34 Please post your browser logs as well since they will contain the error. Enter the F12 key, click on the |
here is my browser's log : DELETE
Error: |
|
This is likely a server issue, but keeping this here for now... |
A user reported this recently to me as well with a personal calendar shared TO a group where the user was member. Related or separate issue? |
Could this problem caused by the "Unshare from me"-button dispatching the event In the end it results in a causes a response forbidden 403. It seems as if it would try to delete the shared calendar instead of unsharing it. Should we check if the calendar is a shared calendar here
and dispatch a different event like There is also a function calendar/src/store/calendars.js Line 306 in b19ad95
Disclaimer: I unfortunately by now didn't understand where these dispatched events are getting handled to follow along the whole process caused be clicking the "Unshare from me" - button. I also have just a little clue about vue. |
Experiencing the same issue, getting a 403 on the DELETE request in the network tab. <?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\Forbidden</s:exception>
<s:message/>
</d:error> |
Can it be that it is shared with a group? I have a similar case today, and I think it is due to the fact it is shared with the group. |
Stumbled across the same issue. Can I provice logs or information to tackle this bug (?) down? |
I was also encountering the issue described by the title of this issue. I was using NextCloud version |
I just encountered the same issue. The use case is a shared calendar for a group. Indeed, a shared calendar for a account can be unshared. |
Is a known issue with group shares, see nextcloud/server#1653 |
@tcitworld @georgehrke This is a dupe of nextcloud/server#1653 can you mark it accordingly? |
Duplicate of nextcloud/server#1653 |
Hello,
Thank you for taking my remark into account.
I just noticed that it is impossible to delete a calendar that was shared by another person. You must send an email to the person who shared their calendar to stop sharing. It's a bit annoying
Thank you
The text was updated successfully, but these errors were encountered: