GoogleCalendar_EventObjCreate

Description

Creates a new instance of a GoogleCalendar event.


Auth

AuthJSON InArgument<String> REQUIRED

The JSON authentication string.

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

Creator

CreatorEmail InArgument<String>

The creator's email address.

CreatorName InArgument<String>

The creator's name.


Event

Description InArgument<String>

The description of the event. Can contain HTML

Location InArgument<String>

Geographic location of the event as free-form text.

Summary InArgument<String> REQUIRED

Title of the event.


Event Properties

ExtendedProperties InArgument<Dictionary<String,String>>

The extended properties of the event. The Keys are the names of the shared properties. The Values are properties that are shared between copies of the event on other attendees' calendars.


Guests permissions

GuestsCanInviteOthers InArgument<Boolean>

Sets whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True.

GuestsCanModify InArgument<Boolean>

Sets whether attendees other than the organizer can modify the event. Optional. The default is False.

GuestsCanSeeOtherGuests InArgument<Boolean>

Sets whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True.


Organizer

OrganizerEmail InArgument<String>

The organizer's email address. It must be a valid email address as per RFC5322.

OrganizerName InArgument<String>

The organizer's name.


Output

Result OutArgument<Event> REQUIRED

A new instance of Event.


When

End InArgument<DateTime> REQUIRED

The time end time of the event.

Start InArgument<DateTime> REQUIRED

The start time of the event.