Get event description
Gets an empty layout to create the event
- Parameters
- Advanced call ?
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
| Parameter | Description |
|---|---|
| dontwait | Creates a background job and returns its data (for 1C and OneScript only) |
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": "2026-05-26T14:03:17+00:00",
"EndDate": "2026-05-26T15:03:17+00:00",
"ArrayOfAttachmentURLs": {},
"SendNotifications": true
}