如何在贝加尔湖上的用户之间共享日历?

Luc*_*eDT 8 caldav sabredav

我安装了贝加尔湖服务器,我有两个用户:鲍勃和爱丽丝。我想与爱丽丝共享鲍勃的日历。

我尝试访问my.baikal/dav.php/calendars/bob/calendar-to-share/(即 Sabre/Dav 界面)并使用“共享此资源”表单向 Alice 授予访问权限,但没有成功。

我尝试使用:

  • 爱丽丝电子邮件:mailto:alice@email.dd
  • Alice 个人资料链接:/dav.php/principals/alice

d:invite节点现在看起来像:

 <d:sharee>
  <d:href>/dav.php/principals/bob</d:href>
  <d:prop/>
  <d:share-access>
   <d:not-shared/>
  </d:share-access>
  <d:invite-accepted/>
 </d:sharee>
 <d:sharee>
  <d:href>/dav.php/principals/alice</d:href>
  <d:prop/>
  <d:share-access>
   <d:read-write/>
  </d:share-access>
  <d:invite-invalid/>
 </d:sharee>
 <d:sharee>
  <d:href>mailto:alice@email.dd</d:href>
  <d:prop/>
  <d:share-access>
   <d:read-write/>
  </d:share-access>
  <d:invite-accepted/>
 </d:sharee>
Run Code Online (Sandbox Code Playgroud)

但爱丽丝无法访问鲍勃的日历。