GoogleCalendar_CalendarGetById

Description

Obtain a calendar from GoogleCalendar by its ID.


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 obtain.


Output

Calendar OutArgument<Calendar> REQUIRED

The obtained calendar.