First of all. The application looks amazing! Thanks for making this!
Some random thoughts from my intial try of calendars. Feel free to pick out the issues that seem useful and then close this:
I understand this app if not yet complete, so most of these are probably already well known. Just hoping to help with a fresh look or see if any are good first issues for me to tackle.
- [ ] OIDC login does not seem to create the caldav calendar element, making it impossible to get past the create calendar screen cannot reproduce anymore.
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\Conflict</s:exception>
<s:message>Parent node does not exist</s:message>
</d:error>
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\VObject\Recur\MaxInstancesExceededException</s:exception>
<s:message>Internal server error</s:message>
</d:error>
First of all. The application looks amazing! Thanks for making this!
Some random thoughts from my intial try of calendars. Feel free to pick out the issues that seem useful and then close this:
I understand this app if not yet complete, so most of these are probably already well known. Just hoping to help with a fresh look or see if any are good first issues for me to tackle.
- [ ] OIDC login does not seem to create the caldav calendar element, making it impossible to get past the create calendar screencannot reproduce anymore.