Get event description
Gets an empty layout to create the event
Function GetEventDescription(Val Clear = False) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Clear | --empty | Boolean | ✖ | True > 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);
- Bash
- CMD/Bat
oint gcalendar GetEventDescription \
--empty false
oint gcalendar GetEventDescription ^
--empty false
Result
{
"Description": "",
"Title": "New event",
"Venue": "",
"StartDate": "2025-10-15T09:36:05.2460075Z",
"EndDate": "2025-10-15T10:36:05.2460075Z",
"ArrayOfAttachmentURLs": {},
"SendNotifications": true
}