Uh oh!
There was an error while loading. Please reload this page.
🥅 — Catch MaxInstancesExceededException on calendar events - #47924
Conversation
miaulalala
left a comment
There was a problem hiding this comment.
LGTM! Thanks for your PR!
ChristophWurst
left a comment
There was a problem hiding this comment.
Looks good
This is best reviewed as https://github.com/nextcloud/server/pull/47924/files?w=1
The admin can't do anything about this error. Lowering the log level to warning could make sense.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tcitworld
commented
Sep 12, 2024
Well, one can add |
tcitworld
commented
Sep 12, 2024
/backport to stable28 |
tcitworld
commented
Sep 12, 2024
/backport to stable29 |
tcitworld
commented
Sep 12, 2024
/backport to stable30 |
54f40d6 to
8580389Compareldidry
commented
Sep 12, 2024
I changed the log level to warning, as suggested. |
susnux
commented
Sep 12, 2024
@ldidry could you adjust your commit message to follow conventional commits? |
8580389 to
c4d9b29Compareldidry
commented
Sep 16, 2024
Sure. Done. |
miaulalala
commented
Sep 16, 2024
Last issue @ldidry - can you please run You can ignore cypress and the performance tests. |
c4d9b29 to
bd21b3fCompareldidry
commented
Sep 16, 2024
Done |
Signed-off-by: Luc Didry <luc@didry.org>
bd21b3f to
615f0b2Comparemiaulalala
commented
Sep 16, 2024
@skjnldsv can you force merge? Cypress and Perf is not running bc fork |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
tcitworld
commented
Sep 16, 2024
/backport to stable29 |
tcitworld
commented
Sep 16, 2024
/backport to stable30 |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Summary
When an event is recurring and has a huge number (more than 3500) of occurrences, you couldn’t see the calendar in web Interface.
Generally, you have this sort of event when using recurrence option and no end condition (see #29896).
The fetching request got this as response:
Catching the
Sabre\VObject\Recur\MaxInstancesExceededExceptionallows to see the calendar.Similar to #43647, #34442 and #29896
Checklist
/backport to stable28
/backport to stable29
/backport to stable30