Richard Steinmetz
Richard Steinmetz
@mcrha Please try the patch as well. Feedback would be greatly appreciated to see if you are facing the same issue with mixed case email addresses.
Thanks for confirming. So we are talking about two different issues here.
I still can't reproduce the initial problem. I tried latest `master`, `stable31` and `stable30`. I posted the given Free/Busy ICS file (with another set of email addresses though). Reply looked...
> Maybe it will be a good idea, not only to check the timed_out from the metadata, but also direct $response===false there, to check if the fgets fails. I agree....
Thanks for the report. Since ea7d196ec46965408ab2d20f165ee0056dcda9a6, the app shouldn't generate previews for sizes that are specified as empty strings (like you did). Please keep in mind that the app will...
I can still reproduce this bug. Error message from a dev build: ``` TypeError: can't access property "title", eventComponent is null mapEventComponentToEventObject /calendar/js/calendar-main.js:27173 getCalendarObjectInstanceForNewEvent /calendar/js/calendar-main.js:30991 wrappedAction /calendar/js/calendar-main.js:295786 actionName /calendar/js/calendar-main.js:295321 beforeRouteEnter...
That is probably related to accidentally bumping phpunit. Manually updating composer dependencies is error prone unfortunately. I moved the cs-fixer related changes to the renovate PR here: https://github.com/nextcloud/calendar/pull/7052 For this...
Do we want to backport this (since the issue is from 2020)? Or is this too risky because of the recent shared calendar changes in server?
/backport to stable5.0
I totally get that this bug is causing frustration. From the surface it should be an easy fix. However, I investigated this once some time ago and discovered that it...