mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +02:00
936 B
936 B
sidebar_position |
---|
1 |
Get description events
Function GetEventDescription() Export
Parameter | CLI option | Type | Destination |
---|
Returns: Key-Value Pair - Empty event template
oint gcalendar GetEventDescription
EventMatch = New Map;
EventMatch.Insert("Description", ""); // Event description
EventMatch.Insert("Title", "New event"); // Title events
EventMatch.Insert("Venue", ""); // String description of the venue of the event
EventMatch.Insert("StartDate", CurrentSessionDate()); // Date of start events
EventMatch.Insert("EndDate", EventMatch["StartDate"] + 3600); // Date of end events
EventMatch.Insert("ArrayOfAttachmentURLs", New Map); // Key - name, Value - URL to file
EventMatch.Insert("SendNotifications", True); // Indication of sending notifications to participants