Difference between revisions of "Connecting Baikal calendar works but the availability is not loading"

From SimplyMeet.me
(Created page with "<p class="no-margin"> It's related to the bug in the [https://github.com/sabre-io/dav/issues/1244 library which Baikal calendar is using].<br> <br> [https://github.com/sa...")
 
Line 6: Line 6:
 
<br>
 
<br>
 
Setting the  
 
Setting the  
<code>$allowUnauthenticatedAccess</code> property of <code>DAVACL\Plugin</code> to <code>false</code> in your Baikal instance fixes the issue.
+
<pre>$allowUnauthenticatedAccess</pre> property of <code>DAVACL\Plugin</code> to <code>false</code> in your Baikal instance fixes the issue.
 
</p>
 
</p>

Revision as of 08:38, 23 August 2021

It's related to the bug in the library which Baikal calendar is using.

See this workaround for more details on how to fix this issue.

Setting the

$allowUnauthenticatedAccess

property of DAVACL\Plugin to false in your Baikal instance fixes the issue.