我安装了贝加尔湖服务器,我有两个用户:鲍勃和爱丽丝。我想与爱丽丝共享鲍勃的日历。
我尝试访问my.baikal/dav.php/calendars/bob/calendar-to-share/(即 Sabre/Dav 界面)并使用“共享此资源”表单向 Alice 授予访问权限,但没有成功。
我尝试使用:
mailto:alice@email.dd该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)
但爱丽丝无法访问鲍勃的日历。