Define the parameters of the ‘Create Event’ such as the Title, attendees, start time and end time of the event.
Property | Type | Description |
---|---|---|
calendarId | string | The Id of the Calendar. This can be procured using the List Calendar (Google Calendar) Activity. By default the user's primary calendar will be used. |
title | string | The Title of the event |
description | string | The description of the event. Can contain HTML. |
startDateTime | any | Start time of the event |
endDateTime | any | End Time of the event |
location | string | Location of the event. |
guestsCanSeeOtherGuests | boolean | Whether attendees other than the organizer can see who the event's attendees are. Default is true |
guestsCanModify | boolean | Whether attendees other than the organizer can modify the event. Default is false |
guestsCanInviteOthers | boolean | Whether attendees other than the organizer can invite others to the event. Default is true |
eventVisibility | enum | The visibility of the event to its attendees. |
mandatoryAttendees | string | Mandatory Attendees of the event |
optionalAttendees | string | Optional Attendees of the event |
attachments | Array.<irpa_googleworkspace.eventAttachment> | Attachments of the event. Only link based file attachment is possible |
showAs | enum | Property to define whether to show the event as Free/Busy in the calendar |