Radicale
Radicale copied to clipboard
A simple CalDAV (calendar) and CardDAV (contact) server.
I want to find out why `error.log` is posting an error ```2022/07/27 09:01:47 [error] 7337#7337: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.111.1, server: MYDOMAIN.de, request:...
Fix #715 (Main Component is missing when only recurrence id exists) with @balrok 's patch. The file this needs to be applied to changed since he committed in his repo....
Hello, I have a collection (Radicale running on a Debian Server) root@server# pwd /var/lib/radicale/collections/collection-root/testuser root@server# ls -ldi 6579* 45884007 drwxr-x--- 3 radicale radicale 4096 Jul 25 14:36 65791233-cf20-7436-8baa-b13eddd5f14e root@server# ls...
Similar to other issues, I'm struggling to follow Radicale's documentation. I'm willing to invest some time to improving it and requesting a pull, but I'm stuck in a chicken-and-egg problem....
More of a question than a bug report, but... the list of supported clients here: https://radicale.org/v3.html#supported-clients does not include the macOS / iOS Calendar applications. Is this an oversight, or...
When an account is already setup, DAVx5 works well with radicale. However, I cannot manage to set up a new account in DAVx5 to radicale. When I enter the account...
I think it might be related to the rights file not being set up correctly. My rights file looks like this: ```` [root] user: .+ collection: permissions: rwRW [rw_own] user:...
According to #596, calendar sharing is not supported. Is there any plan to add support for this?
This PR adds support for webcal subscriptions, as discussed in #776. Please note, that this is a backend-focused implementation, so efforts to adapt the web UI have not been made...
Hello, I want to write a very simple client, for which I need the expanded date of a recurring event as in https://tools.ietf.org/html/rfc4791#section-7.8.3 This was also once asked in https://stackoverflow.com/questions/37711699/expanding-recurring-events-in-caldav...