-
-
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: Remove valarms from objects in read-only shared calendars #679
Comments
My family and my colleague use NC and have their own calendars. They shared some of them read-only and some of them read-write. They set up alarm, all of them ring on my phone, but I don't want to see/hear all their reminders! I write this since I think that the proposed "solution" doesn't eliminate the root issue. Why? I'm a secretary. I manage appointments for my boss. I see 3 possible user expectations:
So, I vote alarms be INDEPENDENT of the calendar status (read-only vs. read-write). Proper solutions could be to add a property that lets a user select
|
Closed as moved to calendar repo |
I know that the caldav sharing standard says something about reminders. Will have to research that |
@georgehrke just wondering if there's any progress on this issue, it's the one thing that's stopping us from starting to use nextcloud :) |
So, that's the CalDAV sharing standard. In section 5.5.4 it says:
=> we need something like a |
@georgehrke To me it seems that now no bug is open to address this (nextcloud/calendar#211 is closed, too) - or I have overlooked it. Could you please check (and post a reference here)? |
This very bug we are commenting is open. |
Hi, in owncloud/core#24377 I posted a file for this issue with owncloud 9.0. I think this hack ( https://github.com/owncloud/core/files/461943/caldavbackend.php_oc90-no-Alarm-For-ReadOnly-Shared-Calender.txt ) can also be modified to work with nextcloud(?) Have a look for "clearVALARM" in line 536 and line 586 as well as 'katinkas hack' in line 1396-1425. It's running now in company with more than 100 employees for months now and works fine. Maybe somebody can tell me (or send a link) how to check in these lines in the code base? :) |
@vmuth solution seems almost right but for my use case it would need to be applied to all calendars because I have multiple users, all with write access but I don't want any reminders to be shared between them (so each of them can setup theirs personal reminders). So maybe option to filter out any reminder synchronization between calendars? EDIT: I looked up into the code. Is it possible (as temporary fix) to edit fction "updateShares" in "CalDavBackend.php" so it strips out alarm data while syncing? |
Please do add a milestone to this issue. |
In ownCloud once there was a patch that removed valarms on shared calenders.
The purpose is to not be flooded by alarms by read-only shared calenders.
Ref: owncloud/core#24377
The text was updated successfully, but these errors were encountered: