-
-
Notifications
You must be signed in to change notification settings - Fork 43
Vivaldi browser calendar client reports "0 calendars" #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The xmpp warning should be harmless - the client is asking whether the server supports the xmpp property, and Xandikos is noting that it doesn't support this property. Can you try running with --dump-dav-xml ? that should hopefully give us a clue as to what is going on. |
|
Ah, I see what's happening - the client isn't using discovery to find out the users calendar set, but instead browsing the root of the dav server. By default, Xandikos doesn't provide a hierarchy at the root - but I suppose we could do that. |
Well that's cheeky of it, how hard is that? I can python if I must.. :) |
On Sun, Apr 25, 2021 at 09:56:12AM -0700, Jess wrote:
Well that's cheeky of it, how hard is that? I can python if I must.. :)
If you can specify a full URL, you could pass a URL to vivaldi that
included the user part of the path.
Alternatively, we could do some refactoring in the Xandikos code. The
code was sort of written to allow the resource hierarchy to be built
up dynamically, but in practice the abstractions assume the current
setup - a root without DAV children, and one directory hierarchy per
user.
Jelmer
…--
Jelmer Vernooij ***@***.***>
PGP Key: https://www.jelmer.uk/D729A457.asc
|
sadly, as mentioned above.. Vivaldi has no setting for "just give me the calendar url" :( |
You could define RootPage.members() and have it return the list of Principals. |
Uh oh!
There was an error while loading. Please reload this page.
The only thing I see happening on the terminal where xandikos is running, is:
However the vivaldi client seems fine against a sabre-caldav, which doesn't (as far as I can tell) support XMPP.
The settings are URL, user, pass - there's no place for a full url for a single calendar, sadly.
Any ideas? Happy to edit/test things
The text was updated successfully, but these errors were encountered: