1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/md/Google_Calendar/Event-management/Get-event-description.md
T
Vitaly the Alpaca (bot) acef484801 Main build (Jenkins)
2024-10-09 09:42:00 +03:00

685 B

sidebar_position
sidebar_position
1

Get event description

Function GetEventDescription() Export

Parameter CLI option Type Description

Returns: Map Of KeyAndValue - Empty event template


    Result = OPI_GoogleCalendar.GetEventDescription();
    
  oint gcalendar GetEventDescription

{
 "Description": "",
 "Title": "New event",
 "Venue": "",
 "StartDate": "2024-10-09T09:12:24.0203603Z",
 "EndDate": "2024-10-09T10:12:24.0203603Z",
 "ArrayOfAttachmentURLs": {},
 "SendNotifications": true
}