GoogleCalendar_EventUpdate

Description

Updates an event in 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 to update.

Event InArgument<Event> REQUIRED

The new value for the event.


Output

Result OutArgument<Event>

The updated Event.