如何使用PHP API客户端检索公司的Google Calendar Resources ?


How do I retrieve Google Calendar Resources for my company using the PHP API client?

我正在尝试使用这个客户端库:https://developers.google.com/api-client-library/php/

我知道如何获取日历和事件,但是如何获取公司的日历资源,如会议室?

扩展一下,我试着获取如下内容:https://developers.google.com/admin-sdk/calendar-resource/#retrieving_calendar_resources

在他们的例子中,我没有看到PHP库。当前的客户端库是否不能这样做?

答案是我不能。

"不,看起来这个API是GData的——这个库只针对较新的基于JSON的API。"

https://github.com/google/google-api-php-client/issues/206