pr3d4t0r / calendar

Baikal / SabreDAV robust calendar and address book server with scheduling and email notifications
Other
24 stars 22 forks source link

CalDAV Sync with other Calendar service #12

Closed georgeworkhard closed 5 years ago

georgeworkhard commented 5 years ago

Hello:

I deployed this project on docker and can start it and add users/calendars/events. Say, I created one user id1 with password pwd and created one calendar calendar1 for id1.

However, when I try syncing with other calendar services using CalDAV protocol, seems the connection fails.

user_id : the id I created id1 password: the password of id1 pwd calendar: http://domain:port/cal.php/calendars/id1/calendar1/

Is the calendar I provide the correct calendar id for CalDAV sync? Thanks.

georgeworkhard commented 5 years ago

issue resolved by setting WebDAV authentication type, so I close this issue