1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-16 11:38:11 +02:00
OpenIntegrations/docs/en/examples/GoogleCalendar/EditEvent.txt

7 lines
248 B
Plaintext

EventMap = New Map;
EventMap.Insert("Description", "Test event description (change.)");
Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMap, "j4nonfcc0m2...");
Response = OPI_Tools.JSONString(Response);