GoogleCalendar_EventInsert

Description

Inserts a GoogleCalendar event.


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 to insert the event.

EventToInsert InArgument<Event> REQUIRED

The object of event to insert.

Use the GoogleCalendar_CalendarObjCreate to get a new instance of Calendar.

Output

The object of the inserted event.

Use the GoogleCalendar_EventObjGetProperties to read Calendar object properties.

EventId OutArgument<String>

The id of the created event.