Sven Walter

Results 4 comments of Sven Walter

I dont know if it is correct, but checking line 196 in this file: https://github.com/sabre-io/dav/blob/master/lib/CalDAV/Backend/PDO.php Changing the code to the following, fixed the username issue: $stmt2 = $this->pdo->prepare('SELECT principaluri FROM...

@DeepDiver1975 Unfortunately this destroys the ACL feature for the shared calendar. because the rights are required from the original principal. Seems not to be the complete solution. I will investigate...

@DeepDiver1975 I have a solution that i could provide, but i would like to discuss it first. I think there is a general misconception in the code.... For me it...

This bug is still present... I also had to insert following lines to get rid of a http 504 error: ` curl_setopt($curl, CURLOPT_FORBID_REUSE, 1); ` ` curl_setopt($curl, CURLOPT_ENCODING , "");...