1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-18 23:48:56 +02:00
OpenIntegrations/docs/en/md/Google_Calendar/Event-management/Get-event-description.md
2024-07-10 14:33:00 +03:00

937 B

sidebar_position
1

Get description events

Function GetEventDescription() Export

Parameter CLI option Type Destination

Returns: Map Of KeyAndValue - Empty event template


 
 oint gcalendar GetEventDescription

EventMap = New Map;
 EventMap.Insert("Description", ""); // Event description
 EventMap.Insert("Title", "New event"); // Title events
 EventMap.Insert("Venue", ""); // String description of the venue of the event
 EventMap.Insert("StartDate", CurrentSessionDate()); // Date of start events
 EventMap.Insert("EndDate", EventMap["StartDate"] + 3600); // Date of end events
 EventMap.Insert("ArrayOfAttachmentURLs", New Map); // Key - name, Value - URL to file
 EventMap.Insert("SendNotifications", True); // Indication of sending notifications to participants