Integration with the Google Calendar Rest API V3. Application that exposes some simplified actions centered on the handling of calendar events.
Google Calendar Integration service of the Google Calendar Rest API V3.
All methods require a Token that you can be fetched by any different ways (using a user account authentication or a service account authentication ).
Service Actions:
- Create Calendar Event
- Delete Calendar Event
- Get Calendar Events List
- Get Events
- Put Event
Consumed Rest methods:
- /calendars/{calendarId}/events (POST)
- /calendars/{calendarId}/events (GET)
- /calendars/{calendarId}/events/{eventId} (DELETE)
- /calendars/{calendarId}/events/{eventId} (GET)
- /calendars/{calendarId}/events/{eventId} (PUT)
For more information please consult the Google Calendar API documentation
To demo this application you can install the Google Components Demo.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)