Login to follow
Google Calendar Integration Service

Google Calendar Integration Service (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 20 October 2023 by OutSystems Labs
Google Calendar Integration Service

Google Calendar Integration Service (ODC)

Details
Detailed Description

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.