-
Notifications
You must be signed in to change notification settings - Fork 243
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
email notification after data event update, not only dates [$40] #848
Comments
The event summary is generally not considered a significant change: http://tools.ietf.org/html/rfc5546#section-2.1.4 In what way would you change the title so it jeopardize the attendance of others? |
By now I was using outlook with caldav sync to connect to my nextcloud calendar, the meeting is not really a meeting, I use it like a task, and the attenders review if the work is done or not, and to inform about it I used to change the title event. Now I 'm using thunderbird, and if the calendar is in the net and the functionality is different or if I use the web interface, althougth I change the title, no notification is sent. I have to say I am using full day event. Thanks |
I was just about to report the same bug/issue and stumbled across this earlier report. From my point of view, updates to quite a bit of an event's metadata can be significant for attendees. Concerning the location, it's even mentioned in the RFC section you referenced:
The same probably holds if no location was specified at all and is added later. Even though, NextCloud does not send an update even in this case. Generally, the quoted section does not forbid to send updates for other meta data changes at all. It just requires to send them in cases which may invalidate the attendees' participation status - it does not say anything about not increasing the sequence number (which seems to be equivalent to sending out updates?) for other meta data changes. In my experience, the description, location and also meeting title can contain information which is important for the (potential or also confirmed) attendees' to know / to be informed about. It was a big surprise to me that NextCloud Calendar does not actually send updates in this case. |
BTW, I quote another paragraph from this section:
So a Sequence Number change is not even required for a notification to be sent out. |
This is already the case. The server sends out notifications as soon as any of the listed properties change: |
to summarise: Properties that should be considered a significant change as well:
|
Ah, cool.
From my point of view: Yes. I'd even vote for reminder changes to be significant, but here we're probably getting into the "matter of taste" twilight zone which lead the RfC's authors include the "possibly based on 'Calendar User' preferences" sub-sentence... So it'd be cool if also reminder changes would trigger a notification, but in case of SUMMARY, LOCATION and DESCRIPTION I'd consider this to be essential. |
Why is the "needs info" tag still attached, what information are you currently waiting for? |
I think we can agree that if a location of the event changes, the attendees should be informed :) otherwise the utility of that feature decreases drastically. At our company, this has been identified as one of the pain points of using Nextcloud's calendar internally. Adding a bounty of 50 CAD$ here [1]. |
@tbabej They are, just not for all changes. :) Would you agree that adding the three properties mentioned above cover all use-cases? |
@georgehrke In general, yes, basically anything that is exposed within NextCloud Calendar UI on the "Details" tab - summary, time, location and description should inform the attendees upon change. |
So I guess this issue should be re-opened since I don't think it was ever fixed in #926 and since you changed the title and placed a bounty @jospoortvliet ? Although should this go in I'm fine with adding the suggested extra significant properties here, or having them be user configurable, if that's the general preference. |
I think this is still not completed, and the mentioned properties in https://github.com/nextcloud/3rdparty/blob/master/sabre/vobject/lib/ITip/Broker.php#L69 should be adopted. |
sorry that is automatic stuff ;-) |
Turn what off? Sending notifications about meeting updates altogether? |
The bounty markers, yes. I am otherwise not active here, sorry... |
How is the 3rdparty repository handled in Nextcloud? Can the https://github.com/nextcloud/3rdparty/blob/master/sabre/vobject/lib/ITip/Broker.php file in the Edit: I see that the repo uses https://github.com/cweagans/composer-patches. I will provide a patch for this. Should we also report this issue at https://github.com/sabre-io/vobject? |
…tic significance evaluation fixes nextcloud#41084 , nextcloud/calendar#4428 , nextcloud/calendar#848 (presumably closed prematurely), nextcloud#5222 and nextcloud/calendar#5744 Signed-off-by: Robert C. Schaller <[email protected]>
Steps to reproduce
1.Create an event
2. add attendants
3. modify title, matter ...
Expected behaviour
Attendants receive an email with the event update
Actual behaviour
only receive email if change date or time
Server configuration
Operating system: Debian
Web server:
Database: Mariadb 10.1.29
PHP version: 7.0.27
Server version: 13.0.4
Calendar version: 1.6.1
**Updated from an older installed version **
Signing status (ownCloud/Nextcloud 9.0 and above):
No errors have been found.
List of activated apps:
Nextcloud configuration:
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
Client configuration
Browser:
Operating system:
CalDAV-clients:
Logs
Web server error log
Log file (data/nextcloud.log)
Browser log
Did you fix this issue? Go claim the $40 bounty on Bountysource.
The text was updated successfully, but these errors were encountered: