Spring3的Google Calendar API库?

时间:2014-03-05 13:04:15

标签: java spring oauth-2.0 google-api

我正在使用Spring Framework开发Web服务。

我想使用OAuth2和Google Calendar API向Google日历读取/写入事件。我一直在寻找一个很好的库/示例来做到这一点,但找不到一个好的。很难相信这些都没有,因为我相信Spring3和Google日历都被广泛使用。

有没有人知道任何可以做这种事情的例子或图书馆?

1 个答案:

答案 0 :(得分:1)

Spring Social没有提供现成的集成。使用Spring Social的Google API的最高级集成是http://gabiaxel.github.io/spring-social-google-reference/,但它不管理日历部分。您可以使用spring-social-google连接器检索OAuth信息,然后使用官方Google SDK进行日历(https://developers.google.com/api-client-library/java/apis/calendar/v3