GoogleCalendar_CalendarInsert

Description

Insert a new calendar in GoogleCalendar.

Use the GoogleCalendar_CalendarObjCreate to get a new instance of Calendar.

Auth

AuthJSON InArgument<String> REQUIRED

The JSON authentication string.

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

Input

CalendarToInsert InArgument<Calendar> REQUIRED

The calendar object to insert.


Output

Calendar OutArgument<Calendar>

The object of the created calendar.

Use the GoogleCalendar_CalendarObjGetProperties to read Calendar object properties.

CalendarId OutArgument<String>

The id of the created calendar.