Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Google Talk 中有一个日历和一些用户,我想在事件发生变化时通知它们。
所以我需要使用 Calendar API 和 Talk API,两者都在 API 控制台中启用。
有谁知道我如何利用它?最好使用PHP。
也许这是以前做过的或者其他人可以使用的。提前感谢您的回答!
你几乎不需要Talk API;Google Talk 是 XMPP - 看看这个与 PHP 连接的问题:
PHP 聊天机器人:Google Talk
此外,看起来有人已经在 java 中做了类似的事情:
http://code.google.com/p/notifical/