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

问题描述

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

我试图转到my.baikal/dav.PHP/calendars/bob/calendar-to-share/(这是Sabre / Dav界面),并使用“共享此资源”表单给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:[email protected]</d:href>
  <d:prop/>
  <d:share-access>
   <d:read-write/>
  </d:share-access>
  <d:invite-accepted/>
 </d:sharee>

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

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)