QuickAddEvent
Creates a Google Calendar event based on a simple text string.
Input
| Name | Type | Required | Description |
| CalendarId | String | True | The calendar identifier. |
| Summary | String | True | The text describing the event to be created. |
| SendUpdates | String | False | Guests who should receive notifications about the creation of the new event. |
Result Set Columns
| Name | Type | Description |
| EventId | String | The identifier of the created event. |
| Success | String | Indicates whether the operation was successful. |