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.
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.