Google Calendar API

https://developers.google.com/google-apps/calendar/

Java

ライブラリのダウンロード

https://developers.google.com/api-client-library/java/apis/calendar/v3

から「Download the Calendar API v3 Client Library for Java.」をクリックしてダウンロード

Javaのサンプル

https://developers.google.com/google-apps/calendar/quickstart/java?hl=ja#step_3_set_up_the_sample

で動作する。

1回目のアクセスで、ブラウザにて認証画面が開く。

カレンダーのリストを取得する

https://developers.google.com/google-apps/calendar/v3/reference/calendarList/list

カレンダーのエントリー(Event)を追加する

https://developers.google.com/google-apps/calendar/v3/reference/events/insert