Jelmer Vernooij
Jelmer Vernooij
Subscriptions can now be created; however, nothing triggers syncs of them yet.
@castaway This bug is about importing items from webcal URLs into Xandikos. Is that what you're looking for, or the inverse - i.e. exporting a Xandikos calendar as webcal? Unfortunately...
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...
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...
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...
You could define RootPage.members() and have it return the list of Principals.
On Fri, Jul 23, 2021 at 10:32:44AM -0700, Hugo Osvaldo Barrera wrote: > Trying to remove a property (`DAV:displayname`) returns 500. I'm basically sending something like: > > ```xml >...
I believe that add by URL expects a ICS file, not a CalDAV URL - i.e. webcal. The CalDAV functionality in Google calendar doesn't allow you to add external CalDAV...
We could have Xandikos provide a URL with the contents of the calendar as a giant ICS file, and that would allow you to bring your calendar into Google Calendar...
On Sat, Apr 12, 2014 at 10:36:24AM -0700, Rick Harding wrote: > So just to make sure, this is in reference to the web content used for test cases that...