Radicale icon indicating copy to clipboard operation
Radicale copied to clipboard

A simple CalDAV (calendar) and CardDAV (contact) server.

Results 286 Radicale issues
Sort by recently updated
recently updated
newest added

In debian11, `apt install radicate` installed radicate-3.0.6. when I upload a VCF file via browser, it failed. This is the VCF file: ``` BEGIN:VCARD VERSION:2.1 N;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:;=E6=B5=8B=E8=AF=95=E6=B5=8B=E8=AF=95=E6=B5=8B=E8=AF=95=E6=B5=8B=E8=AF= =95=E6=B5=8B=E8=AF=95=E6=B5=8B;;; FN;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=E6=B5=8B=E8=AF=95=E6=B5=8B=E8=AF=95=E6=B5=8B=E8=AF=95=E6=B5=8B=E8=AF= =95=E6=B5=8B=E8=AF=95=E6=B5=8B TEL;CELL:12...

I get the exception "Main Component is missing" in 2.1.8. I'm sure in an earlier version maybe 2.1.3 it didn't happen. The error is here: https://github.com/Kozea/Radicale/blob/2.1.8/radicale/xmlutils.py#L331 I "fixed" it (not...

bug
needs reporter feedback

I'm writing a simple Ansible role for Radicale for Debian. While testing Radicale with Calendar on OSX 10.10 I noticed I could not add new calendars properly. I could use...

bug
old version
needs reporter feedback

Hi everyone, first I want to say “thank you for this extremely lightweight server”. I love it. It works perfectly on my Raspberry Pi 4. 😊 Second, I‘m curious if...

Hi, getting exception, debug says the following: Jul 6 13:52:02 px uwsgi[37746]: [2022-07-06 13:52:02 +0300] [37746] [WARNING] Bad PUT request on '/[email protected]/84462f4d-f5f2-e70f-31eb-9a9d24851ef3/040000008200E00074C5B7101A82E00800000000608BAB55C145D801000000000000000010000000AD6AB9858598D840B1551929CBC36C73.ics': At line 58: Failed to parse line: ORGANIZER;CN="Antonov,...

dependency:vobject
not our bug

For packaging Radicale for Debian, my build routines include running the testsuite after building the package, by running this command: mkdir -p debian/python-module-stampdir HOME="/build/radicale-2.1.10" py.test-3 ..but at some point after...

Hey, first of all thanks for the project. While using on daily basis we encountered the following error when trying to move a calendar entry from one calendar to another....

I installed Radicale on Centos 7 and I can't get to the Web interface. It always displays "Radical works!". Any other folder I try opens a download page and tries...

Hi, I would like to see the following new feature in Radicale: Ability to handle server side meeting invitations (mail with ics attachment). Some clients like Thunderbird/Lightning or most web...

feature

My rights file currently looks like this: ```` [root] user: .+ collection: permissions: rwRW [rw_own] user: .+ collection: {user} permissions: rwRW [rw_own2] user: .+ collection: {user}/[^/]+ permissions: rwRW ```` It...

documentation
need:reporter feedback