-
-
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
[Bug]: Event update email unclear with recurrence exceptions #38686
Comments
The issue is broad. Some scenarios I've experienced in the past
|
Hello all, After looking in to this... yes the notification emails for recurring events are lacking... Some possible changes to improve this could be... Time SectionCurrently, the time section of the email only shows the day and time of the first event. "Wed, Apr 22, 2024 10.00AM - 11.00AM (America/Toronto)". A possible alternative to this could be to change this line to something more informative for recurring events. "Weekly on Mo, We, Fr between 10.00AM - 11.00AM (America/Toronto)" "Weekly on Mo, We, Fr between 10.00AM - 11.00AM (America/Toronto) until Fri, May 10, 2024" (Until would be also calculated for recurrence after count) "Monthly on the 20th between 10.00AM - 11.00AM (America/Toronto)" "Monthly on the 1st Friday between 10.00AM - 11.00AM (America/Toronto)" "Yearly on the 20th of May between 10.00AM - 11.00AM (America/Toronto)" Next Recurrence SectionCurrently the recurring event email notification does not have a section that indicates when the next occurrence is, this is fine if the recurrence does not change, in the case that there is a change made to a recurrence a simple to read section of when the next event occurs would be very help full. Something like...
Changed Recurrence SectionCurrently there is no indication of any time changes or deletions made to any occurrences. This could be made more clear with a additional section that list all changes made..
Thanks |
Sounds great to me @SebastianKrupinski, very thorough! Only one details about the time format, cause it looks a bit like non-standard formatting (let me know if this comes from a library though). Instead of
It should be:
|
@jancborchardt Awesome. The time formatting was just something I typed in as examples. The actual formatting can be what ever we want it to be. Sebastian |
@SebastianKrupinski cool, in that case best get what a localized library spits out, so it's translated and universal. :) |
@jancborchardt yes I will make sure its localized |
Bug description
Deleting an instance of a recurring event sends out an event update/invite without any useful information about what really changed.
The email says "Time: "
Steps to reproduce
Expected behavior
The attendee receives an email that says something like "Time: , recurring weekly except ".
Installation method
None
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
nextcloud/calendar#3919
The text was updated successfully, but these errors were encountered: