Skip to main content

Get event description

Gets an empty layout to create the event

Function GetEventDescription(Val Clear = False) Export

ParameterCLI optionTypeRequiredDescription
Clear--emptyBooleanTrue > structure with empty valuse, False > field descriptions at values
Returns

Map Of KeyAndValue - Empty event template

1C:Enterprise/OneScript code example
Clear = False;
Result = OPI_GoogleCalendar.GetEventDescription(Clear);
oint gcalendar GetEventDescription \
--empty false
Result
{
"Description": "",
"Title": "New event",
"Venue": "",
"StartDate": "2026-05-26T14:03:17+00:00",
"EndDate": "2026-05-26T15:03:17+00:00",
"ArrayOfAttachmentURLs": {},
"SendNotifications": true
}