googlecalendar-is
Service icon

Google Calendar Integration Service

icon_trusted
Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded on 11 February 2021 by 
OutSystems Lab
4.0
 (1 rating)
googlecalendar-is

Google Calendar Integration Service

Details
Integration with the Google Calendar Rest API V3. Application that exposes some simplified actions centered on the handling of calendar events.
Read more

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

The Demo application contains a demonstration for 4 Google Components:

- Google Authentication Core;

- Google Sheets;

- Google Drive;

- Google Calendar.

Release notes (1.0.2)

Removed the demo and implemented it in a independent component.

Reviews (1)
by 
2022-04-19
in version 1.0.2
Google Calendar
Team