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
    Result = OPI_GoogleCalendar.GetEventDescription();
    oint gcalendar GetEventDescription \

Result
{
"Description": "",
"Title": "New event",
"Venue": "",
"StartDate": "2025-09-15T22:30:08.6259204Z",
"EndDate": "2025-09-15T23:30:08.6259204Z",
"ArrayOfAttachmentURLs": {},
"SendNotifications": true
}