mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 19:36:00 +03:00
[GH-ISSUE #140] Radicale support (PROPFIND allprop ?) #604
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#604
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jgranduel on GitHub (Jun 23, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/140
Hi,
I'm testing CalDav Synchronizer with Outlook 2010. It's supposed to support Radicale as mentioned on README.
I have Radicale on Win 10 (python 3.5.1, Radicale 1.1.1). No rights at all (so no UserName/Password for my test).
On new calendar configuration testing, I get
A PROPFIND request is sent with which is rejected. As you say it works with Radicale, I guess I miss something on CalDav Synchronizer configuration. Could you provide some configuration tips known to work if any?
Thanks in advance !
@aluxnimm commented on GitHub (Jun 24, 2016):
no experience with radicale sorry. support for it is mentioned in readme because other users reported us that it works. did you test if other caldav clients work with your server? and propfind request is necessary and shouldn't be rejected from your server if the dav resource url is correct?
@jgranduel commented on GitHub (Jun 24, 2016):
Thank you for your answer.
I've restarted afresh today. And I cannot reproduce the issue on Radicale when calling from curl.
And it seems to work from Outlook 2010 (Create Event in lightning <-> see/modify in Outlook), but not when I use "Synchronization Profiles" > "Test Settings" button which triggers the Error 500 described before.
Cannot do more tests now.
Thanks.