GoogleCalendar_CalendarsSearch

Description

Returns the calendars on the user's calendar list.


Auth

AuthJSON InArgument<String> REQUIRED

The JSON authentication string.

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

Input

ShowDeleted InArgument<Boolean>

Sets whether to include deleted calendar list entries in the result. Optional. The default is False.

ShowHidden InArgument<Boolean>

Sets whether to include hidden calendar list entries in the result. Optional. The default is False.


Output

Result OutArgument<List<Calendar>> REQUIRED

The found calendars.