我安装了 Baikal 服务器,我有两个用户:Bob 和 Alice。我想与 Alice 共享 Bob 的日历。
我尝试转到my.baikal/dav.php/calendars/bob/calendar-to-share/
(这是 Sabre/Dav 界面)并通过使用共享此资源表单为 Alice 提供访问权限,但没有成功。
我尝试使用:
- 爱丽丝邮箱:
mailto:alice@email.dd
- 爱丽丝个人资料链接:/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>
但 Alice 无法访问 Bob 的日历。