php-ews:访问共享日历


php-ews: Access shared calendars?

使用php-ews: https://github.com/jamesiarmes/php-ews

我可以根据这个例子列出我自己的日历中的事件:https://github.com/jamesiarmes/php-ews/wiki/Calendar:-Get-List-(Retrieving-Id-and-ChangeKey)但是在搜索了几个小时的解决方案后,我仍然无法找到访问共享日历的方法。

这个问题类似,但没有答案:EWS:访问共享日历

从查看和各种其他搜索结果(我已经谷歌了许多变体的"新闻共享日历"),我必须找到共享日历的位置,得到id,然后使用它。但我一直没能做到。有人能帮忙吗?

下的代码块中只查看"日历文件夹"添加这个以便从email@address.com的日历中检索事件:

$request->ParentFolderIds->DistinguishedFolderId->Mailbox = new StdClass;
$request->ParentFolderIds->DistinguishedFolderId->Mailbox->EmailAddress = 'email@address.com';