Claus-Justus Heine
Claus-Justus Heine
> Requires : [nextcloud/server#29950](https://github.com/nextcloud/server/issues/29950) > > Right now we can only suggest categories from the events currently loaded in the calendar, we don't have information for all categories. But the...
I actually have the same issue. Something like 15k files, the admin settings always shows "Indexing process stopped before completion. Will continue on next run". I did run `./occ memories:index`,...
The related issue about the not working invitations is this: nextcloud/server#26668 I am not really into the calendar app's source code, but AFAIK most of the app is a CalDAV...
> Using Sabre's new fields from [nextcloud/server#36756](https://github.com/nextcloud/server/pull/36756) would be used exactly the same (apart for eventual future invitee status). So then this bug could easily be fixed as the calendar...
Meanwhile I am convinced that PR #2930 is completely undesirable. See the further comments in the PR #2930.
Any news on this issue? Just stumbled over it ...
For my particular case the following patch fixes the problem. However, I am not familiar with the qs package: ``` diff --git a/node_modules/qs/lib/parse.js b/node_modules/qs/lib/parse.js index d25be00..5f7f322 100644 --- a/node_modules/qs/lib/parse.js +++...
Actually, the changes to the `RDateIterator.php` would not be needed; I started with the PHP AppendIterator, but as this was not enough: duplicated event dates are handled by the EventIterator...
> Actually, the changes to the `RDateIterator.php` would not be needed; I started with the PHP AppendIterator, but as this was not enough: duplicated event dates are handled by the...
Would not be it the simplest solution, if the ConnectionFactory::getConnection() method would first check if the `$additionalConnectionParams` argument contains explicit connection parameters and in that case simply skip that fancy...