Radicale
Radicale copied to clipboard
A simple CalDAV (calendar) and CardDAV (contact) server.
Looks like the rights file regex is compared case-sensitive by default. We have users whose URL is http://calurl/user/user.ics but the user is allows to login with credentials of User or...
Hello, I've installed Radicale as per instructions with rev-proxy (nginx). Everything seems to work, but when I access: https://domain.to/username I get 'Directory listings are not supported.' and when I try...
Hi. I have a calendar that I update every once in a while with new ICS files (exported from a teamcowboy website). It's worked until recently. Now when I try,...
Replace the unknowns athttps://en.m.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations --> Server implemtations for Radicale.
Hello, Has anyone had any issues creating contacts or calendar events lately? I am getting a bad put request and all of my contacts are being stored locally on disk...
**Summary**: DEBUG and INFO does not give consistent output considering anonymous access to a caldav collection Hi all, I configured radicale to no to use authentication. However I get a...
Hi, I want to use Radicale as CardDAV server. When I use Radicale with the Fitzbox client. No put request works.With Evolution as client, everything works without errors. I think...
I just migrated from radicale 1 to 2. My setup is nginx -> uwsgi -> radicale. I used to rely on the `base_prefix` in radicale's config to get the `SCRIPT_NAME`...
add in some docs about how to setup auto-config. The documented setup was tested against iOS and macOS.
I have this REPORT query (as per https://www.rfc-editor.org/rfc/rfc4791#section-7.8.5): ``` ``` And this event on the calendar: ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:-//python-caldav//caldav//en_DK BEGIN:VEVENT SUMMARY:This is a test event DTSTART;VALUE=DATE-TIME:20151010T080706 DTEND;VALUE=DATE-TIME:20161010T090807 DTSTAMP;VALUE=DATE-TIME:20221024T143714Z UID:96d4e74a-5398-11ed-a1df-a0510ba5c65c...