0

I'm trying to use PHP to grab calendar information from Exchange 2007 to display the calendar on a webpage. I've figure out how to do all of this with EWS but I was wondering if there is a way to get updates to the calendar in real time so that they are changed on the website instantly. Can Exchange trigger my script whenever a change is made or do I need to poll Exchange at regular intervals? If the latter, is that going to tie up resources?

4

1 回答 1

0

不,您需要使用内置同步功能轮询交换服务器。由于同步是增量的,因此不会产生那么多开销。您只需按您需要的任何时间间隔(当然是在合理范围内)轮询服务器。请参阅此答案以获取更多信息:

PHP - 将 MySQL 联系人与 Exchange 同步

于 2012-05-28T14:04:54.200 回答