Sébastien Mennetrier

Results 5 comments of Sébastien Mennetrier

Hello @tutle, have you tested the solution proposed in the PR #402 ?

Yes, in the nginx conf file of your nextcloud installation (and under the line `fastcgi_param front_controller_active true;`).

The file should be somewhere like `/etc/nginx/conf.d/your_nextcloud_instance_domain/nextcloud.conf`

Yes, need to reload nginx `sudo systemctl reload nginx`

The default filter used when calendars are loaded is ``` [{ type: 'comp-filter', attrs: { name: 'VCALENDAR' }, children: [{ type: 'comp-filter', attrs: { name: 'VEVENT' } }] }] ```...