Luj
Luj
Tick the checkbox if you understand [x]: - [x] I have read and understand the pull request rules. # Description This changes makes sure that the correct permissions are set...
**Describe the bug** thread 'tokio-runtime-worker' panicked at 'no entry found for key', src/handlers.rs:50:25
The supported clients have server detection = some kind of autoconfiguration. This is not always working very well and should be improved to provide ease of configuration.
Minimal doc should include : - Explanations on how to use the config file - How to run the service and test functionnality - How to configure a caldav client...
Some endpoints do not conform to the caldav specs and just serve ical files. Support for them would be interesting.
The config file is currently not very easy/efficient to use. A rework to make it more intuitive would be interesting.
Request to /cals are treated sequentially on the list of calendars. They should instead be performed in a parallel fashion.