GoogleCalendar_EventGetById

Description

Gets an event from GoogleCalendar.


Auth

AuthJSON InArgument<String> REQUIRED

The JSON authentication string.

Read Google official Documentation for more information about how to get credentials.

Input

CalendarId InArgument<String> REQUIRED

The id of the calendar where the event to get is.

EventId InArgument<String> REQUIRED

The id of the event to get.


Output

Event OutArgument<Event> REQUIRED

The returned event.