-
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
Improve invitation update notification email #3919
Comments
https://github.com/orgs/nextcloud/projects/45#card-74890297 guess this materializes that card into a ticket. Thanks :) |
Investigated a bit. Seems the issue is with not taking the SEQUENCE into account for recurrences. From the iTip rfc:
So when changing a single recurrence like in @tobiasKaminsky 's example, the highest SEQUENCE should win. It's not neccessary to check in out case though as the iMIP message will contain two VEVENTs, one with the RRULE, and one with the RECURRENCE-ID. I need to check if this also works when I update the complete event with a recurrence exception. |
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
Could we collect a list of use cases where we want to improve the email contents? So far we discussed
|
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
@ChristophWurst As right now ,Mail about "Invitation updated" doesn’t say what actually happened We can highlight the change using color change as well.For e.g |
Please see nextcloud/server#35743 for the current state. We're going to provide a diff of the changed values you mentioned above. |
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
Closed in nextcloud/server#35743 |
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
instead of the main VEVENT of a repeating event Fixes part of nextcloud/calendar#3919 Signed-off-by: Anna Larch <[email protected]>
Is your feature request related to a problem? Please describe.
When responding to an invitation via an external client or my new feature, our CalDAV backend will send a notification to the organizer. However, this notification is very crude and could be improved.
Describe the solution you'd like
Show more information about what actually changed about the event. We could start by adding information about the invitee that reacted.
Describe alternatives you've considered
None
Additional context
![Screenshot_20220128_111203](https://user-images.githubusercontent.com/1479486/151533271-0aa15508-f8f1-4423-860b-b1fb190a4ad8.png)
How the notification email currently looks:
The term "Einladung aktualisiert" means "invitation was updated" in English.
The text was updated successfully, but these errors were encountered: