我一直在从 PHP Google 客户端库中寻找有关 Google 日历 API 函数、方法等的文档,但终生无法找到该死的东西。有谁知道这住在哪里?我参加了小组,但对于同一件事有一个 2 个月大的问题:
https://groups.google.com/forum/?fromgroups=#!topic/google-api-php-client/pP-E1noaqsI
这里有什么想法吗?
我一直在从 PHP Google 客户端库中寻找有关 Google 日历 API 函数、方法等的文档,但终生无法找到该死的东西。有谁知道这住在哪里?我参加了小组,但对于同一件事有一个 2 个月大的问题:
https://groups.google.com/forum/?fromgroups=#!topic/google-api-php-client/pP-E1noaqsI
这里有什么想法吗?
概述:
https://developers.google.com/google-apps/calendar/
PHP 示例下载:
http://code.google.com/p/google-api-php-client/wiki/Samples#Calendar_API
方法:
https://developers.google.com/google-apps/calendar/v3/reference/calendars
您需要查看 REST API 的参考指南: https ://developers.google.com/google-apps/calendar/v3/reference/
每个 API 方法都有一个 PHP 代码示例。例如,如果您想更新CalendarList
您可以访问:
https ://developers.google.com/google-apps/calendar/v3/reference/calendarList/update
你是说Zend GData 框架吗?