PHP-EWS:创建只读日历事件

PHP-EWS : creating a read only calendar event

我正在按照以下示例创建日历事件:https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/createitem-operation-calendar-item

我正在使用 PHP-EWS 来实现它。我的代码工作正常。虽然,我想将日历项目设置为只读。我没有看到任何关于它的文档。

有人做到了吗?

有人能指引我正确的方向吗?非常感谢。

刚了解到您无法通过 API 创建只读日历事件。

参考:https://social.msdn.microsoft.com/Forums/lync/en-US/d7e2865b-759b-46bd-b267-01452f54a538/delete-appointment-restriction-using-ews?forum=exchangesvrdevelopment

希望这对以后的人有所帮助。