HackerspaceBremen / open_space_notifier

This repository holds the source code of the open space notifier, which is a backend for serving the SpaceAPI. The backend is hosted on an Google App Engine instance and written with Java.
3 stars 1 forks source link

Fetch Google Calendar information #72

Open steveliedtke opened 9 years ago

steveliedtke commented 9 years ago

Use the Google Calendar API v3.

This information can be cached in the memcache (there is no need to save it in the database).

If there is a change for a calendar event, clients can be informed by push notifications.